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