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} /> );