Dashboard overview
This commit is contained in:
parent
b15fc054ac
commit
feda058f94
|
|
@ -672,7 +672,7 @@ class DashboardPanels extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
_header(context),
|
||||
if (state.isLoading) LinearProgressIndicator(),
|
||||
if (state.isLoading || state.isSaving) LinearProgressIndicator(),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue