feat: support var in suggested questions (#17340)
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
9a9ec0c99b
commit
fe4e2f7921
20 changed files with 22 additions and 5 deletions
|
|
@ -130,6 +130,7 @@ const OpeningSettingModal = ({
|
|||
<input
|
||||
type="input"
|
||||
value={question || ''}
|
||||
placeholder={t('appDebug.openingStatement.openingQuestionPlaceholder') as string}
|
||||
onChange={(e) => {
|
||||
const value = e.target.value
|
||||
setTempSuggestedQuestions(tempSuggestedQuestions.map((item, i) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue