Skip to content

Commit

Permalink
fix: workspace app avatar is abnormal (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hickays authored Oct 26, 2023
1 parent fb64fcb commit 48b4249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/components/share/chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
},
Expand Down

0 comments on commit 48b4249

Please sign in to comment.