From 9d5dda9fe254c531cdc31e9f87181fc3266ab903 Mon Sep 17 00:00:00 2001 From: b1ek Date: Mon, 11 Nov 2024 23:15:30 +1000 Subject: [PATCH] make the selected items actually selected --- front/src/components/DraggablePostsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/DraggablePostsList.tsx b/front/src/components/DraggablePostsList.tsx index 07bc456..2a31f95 100644 --- a/front/src/components/DraggablePostsList.tsx +++ b/front/src/components/DraggablePostsList.tsx @@ -18,7 +18,7 @@ function PostDraggableListItem({ item, dragHandleProps, rows, setRows }: { item:
- +