This commit is contained in:
Archer
2024-12-03 00:11:38 +08:00
committed by shilin66
parent 388694aef4
commit 7808265d04
6 changed files with 11 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ const Chat = ({ myApps }: { myApps: AppListItemType[] }) => {
chatType={'chat'}
showRawSource
showNodeStatus
isReady={!loading}
/>
)}
</Box>