File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dashboard/src/common-components/utilities/learning-conent-gen Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ const createPromptInstructions = (userEnterInstructions) => {
278278 < div v- if = " historyItem.generatedInfo" class = " px-5 border rounded-lg bg-blue-50 ml-4" >
279279 < div v- for = " (q, index) in getQuizDataForDisplay(historyItem.generatedInfo, historyItem.id)" : key= " q.id" >
280280 < div class = " my-4" >
281- < QuestionCard data- cy= " generatedQuestion" : question= " q" : question- num= " index+1" quiz- type= " Quiz" : show- edit- controls= " false" : edit- question- inline= " true " / >
281+ < QuestionCard data- cy= " generatedQuestion" : question= " q" : question- num= " index+1" quiz- type= " Quiz" : show- edit- controls= " false" : edit- question- inline= " !!historyItem.finalMsg " / >
282282 < / div>
283283 < / div>
284284 < / div>
You can’t perform that action at this time.
0 commit comments