mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: isLoading state.
This commit is contained in:
@@ -46,8 +46,7 @@ function ManualJournalsListProvider({ query, tableStateChanged, ...props }) {
|
||||
isEmptyStatus,
|
||||
};
|
||||
|
||||
const isPageLoading =
|
||||
isManualJournalsLoading || isViewsLoading || isResourceMetaLoading;
|
||||
const isPageLoading = isViewsLoading || isResourceMetaLoading;
|
||||
|
||||
return (
|
||||
<DashboardInsider loading={isPageLoading} name={'manual-journals'}>
|
||||
|
||||
Reference in New Issue
Block a user