othr
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user