fix: index bug
This commit is contained in:
parent
28bfd30fdb
commit
fbde202ce5
@ -24,7 +24,7 @@ export const FormDraggableList = () => {
|
|||||||
<FormDraggableListItem
|
<FormDraggableListItem
|
||||||
key={question.id}
|
key={question.id}
|
||||||
question={question}
|
question={question}
|
||||||
questionIndex={index}
|
questionIndex={index + 1}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
{provided.placeholder}
|
{provided.placeholder}
|
||||||
|
Loading…
Reference in New Issue
Block a user