fixed subspace create

This commit is contained in:
hannathkadher
2025-01-15 09:39:26 +04:00
parent cf2690123e
commit 0bb24604bc
4 changed files with 38 additions and 32 deletions

View File

@ -110,11 +110,12 @@ class CreateSpaceModelDialog extends StatelessWidget {
const SizedBox(height: 16),
SubspaceModelCreate(context,
subspaces: state.space.subspaceModels ?? [],
onLoad:onLoad,
allTags: allTags,
products: products,
spaceModel: spaceModel,
spaceTagModels: spaceModel?.tags ?? [],
spaceNameController: spaceNameController),
spaceNameController: spaceNameController,),
const SizedBox(height: 10),
TagChipDisplay(context,
screenWidth: screenWidth,