From ca69af7b975cdaf9b78262840386164b30a61e57 Mon Sep 17 00:00:00 2001 From: Rozstone <42225395+wststone@users.noreply.github.com> Date: Sat, 24 Feb 2024 09:28:27 +0800 Subject: [PATCH] feat: change max_question_num to 5 (#2520) Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- .../features/chat-group/opening-statement/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/configuration/features/chat-group/opening-statement/index.tsx b/web/app/components/app/configuration/features/chat-group/opening-statement/index.tsx index 29ecce5281..6be76210da 100644 --- a/web/app/components/app/configuration/features/chat-group/opening-statement/index.tsx +++ b/web/app/components/app/configuration/features/chat-group/opening-statement/index.tsx @@ -18,7 +18,7 @@ import { getNewVar } from '@/utils/var' import { varHighlightHTML } from '@/app/components/app/configuration/base/var-highlight' import { Plus, Trash03 } from '@/app/components/base/icons/src/vender/line/general' -const MAX_QUESTION_NUM = 3 +const MAX_QUESTION_NUM = 5 export type IOpeningStatementProps = { value: string