added subspaces

This commit is contained in:
hannathkadher
2025-01-12 09:10:33 +04:00
parent 15640ff0df
commit cfc1b544b7
9 changed files with 735 additions and 122 deletions

View File

@ -106,9 +106,8 @@ class LinkSpaceModelDialog extends StatelessWidget {
? () {
if (onSave != null) {
final selectedModel =
state is SpaceModelSelectedState
? spaceModels[state.selectedIndex]
: null;
spaceModels[state.selectedIndex];
onSave!(selectedModel);
}
Navigator.of(context).pop();