BIG-355: remove expandable in item categories.

This commit is contained in:
elforjani13
2022-03-30 16:31:34 +02:00
parent 30b17d697f
commit 9bd13b0d46

View File

@@ -50,7 +50,7 @@ function ItemsCategoryTable({
loading={isCategoriesLoading}
headerLoading={isCategoriesLoading}
progressBarLoading={isCategoriesFetching}
// expandable={false}
expandable={false}
sticky={true}
selectionColumn={true}
TableLoadingRenderer={TableSkeletonRows}