mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 14:19:40 +00:00
sends correct parentUuid key in create space.
This commit is contained in:
@ -13,7 +13,7 @@ class CreateSpaceParam {
|
|||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
Map<String, dynamic> toJson() {
|
||||||
return {
|
return {
|
||||||
'spaceModelUuid': parentUuid,
|
'parentUuid': parentUuid,
|
||||||
...space.toJson(),
|
...space.toJson(),
|
||||||
'x': 0,
|
'x': 0,
|
||||||
'y': 0,
|
'y': 0,
|
||||||
|
Reference in New Issue
Block a user