Unverified Commit ca69af7b authored by Rozstone's avatar Rozstone Committed by GitHub

feat: change max_question_num to 5 (#2520)

Co-authored-by: 's avatarcrazywoola <100913391+crazywoola@users.noreply.github.com>
parent 952e13fe
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment