From a054419c8f723fb679463b04c9660fc797d937f6 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Sun, 7 Mar 2021 21:53:13 +0200 Subject: [PATCH] fix(itemCategory): sorting itemCategory. --- client/src/containers/ItemsCategories/ItemCategoriesTable.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/containers/ItemsCategories/ItemCategoriesTable.js b/client/src/containers/ItemsCategories/ItemCategoriesTable.js index 7d2190683..c2e515f87 100644 --- a/client/src/containers/ItemsCategories/ItemCategoriesTable.js +++ b/client/src/containers/ItemsCategories/ItemCategoriesTable.js @@ -52,7 +52,6 @@ function ItemsCategoryTable({ loading={isCategoriesLoading} headerLoading={isCategoriesLoading} progressBarLoading={isCategoriesFetching} - manualSortBy={true} expandable={true} sticky={true} selectionColumn={true}