fix: customer & inventory adjustment.

This commit is contained in:
elforjani13
2021-12-28 17:57:50 +02:00
parent 1e472d278a
commit e615f62ef5
5 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ function ItemsListProvider({ tableState, tableStateChanged, ...props }) {
return (
<DashboardInsider
loading={isItemsLoading || isResourceLoading}
loading={isViewsLoading || isResourceLoading}
name={'items-list'}
>
<ItemsContext.Provider value={state} {...props} />