mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-25 02:33:00 +08:00
feat: option to hide workflow steps (#5436)
This commit is contained in:
@@ -47,7 +47,14 @@ export const useChatWithHistory = (installedAppInfo?: InstalledApp) => {
|
||||
const { id, app } = installedAppInfo!
|
||||
return {
|
||||
app_id: id,
|
||||
site: { title: app.name, icon: app.icon, icon_background: app.icon_background, prompt_public: false, copyright: '' },
|
||||
site: {
|
||||
title: app.name,
|
||||
icon: app.icon,
|
||||
icon_background: app.icon_background,
|
||||
prompt_public: false,
|
||||
copyright: '',
|
||||
show_workflow_steps: true,
|
||||
},
|
||||
plan: 'basic',
|
||||
} as AppData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user