fix: add missed modifications of <AppIcon /> (#7512)

This commit is contained in:
Hash Brown
2024-08-22 13:32:59 +08:00
committed by GitHub
parent 6f968bafb2
commit 60ef7ba855
8 changed files with 20 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import { randomString } from '@/utils'
export type IAppBasicProps = {
iconType?: 'app' | 'api' | 'dataset' | 'webapp' | 'notion'
icon?: string
icon_background?: string
icon_background?: string | null
name: string
type: string | React.ReactNode
hoverTip?: string