From e94a4947f4256eb592a7ec2c07b90051cbb12e2a Mon Sep 17 00:00:00 2001 From: GermanVor Date: Mon, 1 Apr 2024 19:04:09 +0200 Subject: [PATCH] chore: dragging property --- .../hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx b/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx index e9d78b769d..f50776c70f 100644 --- a/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx +++ b/src/components/Table/hoc/withTableSettings/TableColumnSetup/TableColumnSetup.tsx @@ -159,7 +159,7 @@ const useDndRenderItem = (sortable: boolean | undefined) => { {...provided.draggableProps} {...provided.dragHandleProps} ref={provided.innerRef} - active={snapshot.isDragging} + dragging={snapshot.isDragging} /> );