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