mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: workspace app avatar is abnormal (#1411)
This commit is contained in:
parent
fb64fcb271
commit
48b4249790
|
@ -341,6 +341,8 @@ const Main: FC<IMainProps> = ({
|
|||
app_id: installedAppInfo?.id,
|
||||
site: {
|
||||
title: installedAppInfo?.app.name,
|
||||
icon: installedAppInfo?.app.icon,
|
||||
icon_background: installedAppInfo?.app.icon_background,
|
||||
prompt_public: false,
|
||||
copyright: '',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user