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