mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-11-29 17:58:19 +08:00
feat: change max_question_num to 5 (#2520)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
952e13fef8
commit
ca69af7b97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user