fix: index bug

This commit is contained in:
IlyaDoronin 2024-01-11 12:05:59 +03:00
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}