mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
Fix type error (#27250)
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
import type { TypeWithI18N } from '@/app/components/header/account-setting/model-provider-page/declarations'
|
||||
|
||||
export type Label = {
|
||||
name: string
|
||||
label: string
|
||||
label: TypeWithI18N
|
||||
icon: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user