Dashboard overview

This commit is contained in:
Hillel Coren 2022-08-15 16:36:57 +03:00
parent b15fc054ac
commit feda058f94
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ class DashboardPanels extends StatelessWidget {
),
),
_header(context),
if (state.isLoading) LinearProgressIndicator(),
if (state.isLoading || state.isSaving) LinearProgressIndicator(),
],
);
}