fix: Boolean type control is not displayed (#25031)

Co-authored-by: WTW0313 <twwu@dify.ai>
This commit is contained in:
17hz
2025-09-03 15:39:09 +08:00
committed by GitHub
parent 8eae7a95be
commit a7627882a7
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export enum FormTypeEnum {
secretInput = 'secret-input',
select = 'select',
radio = 'radio',
boolean = 'boolean',
boolean = 'checkbox',
files = 'files',
file = 'file',
modelSelector = 'model-selector',