diff --git a/src/components/main/ItemsTable.tsx b/src/components/main/ItemsTable.tsx index 47cd1e983..a7b8cc1ae 100644 --- a/src/components/main/ItemsTable.tsx +++ b/src/components/main/ItemsTable.tsx @@ -306,6 +306,8 @@ const ItemsTable = ({ getRowId={getRowNodeId} isClickable={clickable} enableDrag={canDrag()} + // kinda duplicate props but it needs to be enabled for ui + rowDragManaged={canDrag()} rowDragText={itemRowDragText} ToolbarActions={ToolbarActions} pagination