sends correct parentUuid key in create space.

This commit is contained in:
Faris Armoush
2025-07-16 15:27:31 +03:00
parent f03c28f7fd
commit fc70669f1d

View File

@ -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,