added create

This commit is contained in:
hannathkadher
2025-01-08 21:06:31 +04:00
parent 17e025b69f
commit 48c064c711
2 changed files with 5 additions and 4 deletions

View File

@ -145,6 +145,8 @@ class CreateSpaceModelDialog extends StatelessWidget {
spaceTemplate:
updatedSpaceTemplate),
);
Navigator.of(context).pop();
}
: null,
backgroundColor: ColorsManager.secondaryColor,