mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: isLoading state.
This commit is contained in:
@@ -53,7 +53,7 @@ function ExpensesListProvider({ query, tableStateChanged, ...props }) {
|
||||
|
||||
return (
|
||||
<DashboardInsider
|
||||
loading={isViewsLoading || isExpensesLoading || isResourceMetaLoading}
|
||||
loading={isViewsLoading || isResourceMetaLoading}
|
||||
name={'expenses'}
|
||||
>
|
||||
<ExpensesListContext.Provider value={provider} {...props} />
|
||||
|
||||
Reference in New Issue
Block a user