mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: isFetching with organizations list.
This commit is contained in:
@@ -22,7 +22,7 @@ function DashboardPrivatePages({
|
||||
);
|
||||
|
||||
return (
|
||||
<DashboardLoadingIndicator isLoading={fetchOrganizations.isLoading}>
|
||||
<DashboardLoadingIndicator isLoading={fetchOrganizations.isFetching}>
|
||||
<Switch>
|
||||
<Route path={'/setup'}>
|
||||
<SetupWizardPage />
|
||||
|
||||
Reference in New Issue
Block a user