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