fix: add missed modifications of <AppIcon />
(#7512)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user