fix: isFetching with organizations list.

This commit is contained in:
Ahmed Bouhuolia
2020-10-11 21:14:25 +02:00
parent 06fc3bbb2e
commit a2ecb6c79d

View File

@@ -22,7 +22,7 @@ function DashboardPrivatePages({
);
return (
<DashboardLoadingIndicator isLoading={fetchOrganizations.isLoading}>
<DashboardLoadingIndicator isLoading={fetchOrganizations.isFetching}>
<Switch>
<Route path={'/setup'}>
<SetupWizardPage />