mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 21:09:41 +00:00
fixed space model
This commit is contained in:
@ -89,7 +89,7 @@ class _LoadedSpaceViewState extends State<LoadedSpaceView> {
|
|||||||
create: (context) => SpaceModelBloc(
|
create: (context) => SpaceModelBloc(
|
||||||
BlocProvider.of<SpaceTreeBloc>(context),
|
BlocProvider.of<SpaceTreeBloc>(context),
|
||||||
api: SpaceModelManagementApi(),
|
api: SpaceModelManagementApi(),
|
||||||
initialSpaceModels: _spaceModels,
|
initialSpaceModels: widget.spaceModels ?? [],
|
||||||
),
|
),
|
||||||
child: SpaceModelPage(
|
child: SpaceModelPage(
|
||||||
products: widget.products,
|
products: widget.products,
|
||||||
|
Reference in New Issue
Block a user