mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
fixes CommunityId and spaceUuid
This commit is contained in:
@ -6,8 +6,8 @@ import 'package:syncrow_web/pages/spaces_management/all_spaces/model/space_model
|
||||
import 'package:syncrow_web/services/space_mana_api.dart';
|
||||
|
||||
class SpaceTreeBloc extends Bloc<SpaceTreeEvent, SpaceTreeState> {
|
||||
String selectedCommunityId = '9cb9da1f-adbe-4688-bf55-29e7584007a7';
|
||||
String selectedSpaceId = '68dd94cf-0240-4ccf-8c26-df506246a0dd';
|
||||
String selectedCommunityId = '68dd94cf-0240-4ccf-8c26-df506246a0dd' ;
|
||||
String selectedSpaceId ='9cb9da1f-adbe-4688-bf55-29e7584007a7';
|
||||
|
||||
SpaceTreeBloc() : super(const SpaceTreeState()) {
|
||||
on<InitialEvent>(_fetchSpaces);
|
||||
|
Reference in New Issue
Block a user