mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:32:16 +08:00
chore(web): new lint setup (#30020)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@@ -268,7 +268,7 @@ export type CodeBasedExtensionForm = {
|
||||
label: I18nText
|
||||
variable: string
|
||||
required: boolean
|
||||
options: { label: I18nText; value: string }[]
|
||||
options: { label: I18nText, value: string }[]
|
||||
default: string
|
||||
placeholder: string
|
||||
max_length?: number
|
||||
|
||||
Reference in New Issue
Block a user