mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 08:14:56 +00:00
Fixed issue in loading space model
This commit is contained in:
@ -43,6 +43,7 @@ class SpaceManagementPageState extends State<SpaceManagementPage> {
|
||||
rightBody: const NavigateHomeGridView(),
|
||||
scaffoldBody: BlocBuilder<SpaceManagementBloc, SpaceManagementState>(
|
||||
builder: (context, state) {
|
||||
print("current state is ${state}");
|
||||
if (state is SpaceManagementLoading) {
|
||||
return const Center(child: CircularProgressIndicator());
|
||||
} else if (state is BlankState) {
|
||||
|
||||
Reference in New Issue
Block a user