From cb51360aa39a8cc61354dccc7d642f30ecdf3304 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 29 Jul 2025 11:34:16 +0800 Subject: [PATCH] chore: remove arr bool --- .../json-schema-config-modal/visual-editor/edit-card/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/index.tsx b/web/app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/index.tsx index c91e76b557..ae72d494d1 100644 --- a/web/app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/index.tsx +++ b/web/app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/index.tsx @@ -43,7 +43,6 @@ const TYPE_OPTIONS = [ { value: Type.object, text: 'object' }, { value: ArrayType.string, text: 'array[string]' }, { value: ArrayType.number, text: 'array[number]' }, - { value: ArrayType.boolean, text: 'array[boolean]' }, { value: ArrayType.object, text: 'array[object]' }, ] @@ -53,7 +52,6 @@ const MAXIMUM_DEPTH_TYPE_OPTIONS = [ { value: Type.boolean, text: 'boolean' }, { value: ArrayType.string, text: 'array[string]' }, { value: ArrayType.number, text: 'array[number]' }, - { value: ArrayType.boolean, text: 'array[boolean]' }, ] const EditCard: FC = ({