This commit is contained in:
2024-04-24 01:21:02 +03:00
parent 862f3fa3c1
commit c4e106576e
13 changed files with 205 additions and 86 deletions

View File

@@ -46,7 +46,7 @@ export const Board: FC<Props> = ({droppableId, title, summaries, withCreateButto
(
<Draggable
draggableId={summary.id.toString()}
index={1}
index={summary.rank}
key={summary.id}
>
{(provided) => (