mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
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