Unverified Commit 48b42497 authored by Hickays's avatar Hickays Committed by GitHub

fix: workspace app avatar is abnormal (#1411)

parent fb64fcb2
...@@ -341,6 +341,8 @@ const Main: FC<IMainProps> = ({ ...@@ -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: '',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment