Feature/replace default icon in overview (#279)

This commit is contained in:
crazywoola
2023-06-01 13:06:56 +08:00
committed by GitHub
parent 490858a4d5
commit f65a3ad1cc
3 changed files with 15 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ const CardView: FC<ICardViewProps> = ({ appId }) => {
<AppCard
className='mr-3 flex-1'
appInfo={response}
cardType='webapp'
onChangeStatus={onChangeSiteStatus}
onGenerateCode={onGenerateCode}
onSaveSiteConfig={onSaveSiteConfig} />