Bug Fixes. Workflow Engine #81
|
|
@ -47,7 +47,7 @@ export function QuestionAugmentationPanel({ node, onChange }) {
|
|||
|
||||
{questions.map((q, idx) => (
|
||||
<QuestionEditor
|
||||
key={q.id}
|
||||
key={idx}
|
||||
question={q}
|
||||
index={idx}
|
||||
onChange={(field, value) => handleQuestionChange(idx, field, value)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user