mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
Fix/language support (#2154)
This commit is contained in:
@@ -219,7 +219,7 @@ export type CodeBasedExtensionForm = {
|
||||
|
||||
export type CodeBasedExtensionItem = {
|
||||
name: string
|
||||
label: I18nText
|
||||
label: any
|
||||
form_schema: CodeBasedExtensionForm[]
|
||||
}
|
||||
export type CodeBasedExtension = {
|
||||
|
||||
Reference in New Issue
Block a user