mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: workspace app avatar is abnormal (#1411)
This commit is contained in:
@@ -341,6 +341,8 @@ const Main: FC<IMainProps> = ({
|
|||||||
app_id: installedAppInfo?.id,
|
app_id: installedAppInfo?.id,
|
||||||
site: {
|
site: {
|
||||||
title: installedAppInfo?.app.name,
|
title: installedAppInfo?.app.name,
|
||||||
|
icon: installedAppInfo?.app.icon,
|
||||||
|
icon_background: installedAppInfo?.app.icon_background,
|
||||||
prompt_public: false,
|
prompt_public: false,
|
||||||
copyright: '',
|
copyright: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user