mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: change subscription field
This commit is contained in:
@ -196,7 +196,7 @@ const BaseField = ({
|
||||
)
|
||||
}
|
||||
{
|
||||
formItemType === FormTypeEnum.select && multiple && (
|
||||
formItemType === FormTypeEnum.checkbox /* && multiple */ && (
|
||||
<CheckboxList
|
||||
title={name}
|
||||
value={value}
|
||||
|
||||
@ -52,6 +52,7 @@ export type FormSchema = {
|
||||
required: boolean
|
||||
multiple?: boolean
|
||||
default?: any
|
||||
description?: string | TypeWithI18N | Record<Locale, string>
|
||||
tooltip?: string | TypeWithI18N | Record<Locale, string>
|
||||
show_on?: FormShowOnObject[]
|
||||
url?: string
|
||||
|
||||
Reference in New Issue
Block a user