added option to update subspace

This commit is contained in:
hannathkadher
2025-01-28 10:48:14 +04:00
parent 788fb75a68
commit e61cfd7e49
4 changed files with 170 additions and 32 deletions

View File

@ -123,7 +123,6 @@ class CreateSpaceModelDialog extends StatelessWidget {
),
const SizedBox(height: 16),
SubspaceModelCreate(
context,
subspaces: state.space.subspaceModels ?? [],
onSpaceModelUpdate: (updatedSubspaces) {
context