mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: code-based extension (#1477)
This commit is contained in:
@@ -214,9 +214,10 @@ export type CodeBasedExtensionForm = {
|
||||
label: I18nText
|
||||
variable: string
|
||||
required: boolean
|
||||
options: string[]
|
||||
options: { label: I18nText; value: string }[]
|
||||
default: string
|
||||
placeholder: string
|
||||
max_length?: number
|
||||
}
|
||||
|
||||
export type CodeBasedExtensionItem = {
|
||||
|
||||
Reference in New Issue
Block a user