mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Fix type error (#27274)
This commit is contained in:
@ -2,6 +2,6 @@ import type { TypeWithI18N } from '@/app/components/header/account-setting/model
|
||||
|
||||
export type Label = {
|
||||
name: string
|
||||
label: TypeWithI18N
|
||||
icon: string
|
||||
label: TypeWithI18N | string
|
||||
icon?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user