added DeleteSpaceModelDialog into SpaceModelCardWidget for delete

This commit is contained in:
hannathkadher
2025-02-25 21:31:25 +04:00
parent 61f0c3ad2b
commit aa23daa0b4
2 changed files with 85 additions and 10 deletions

View File

@ -90,7 +90,11 @@ class SpaceModelPage extends StatelessWidget {
},
child: Container(
margin: const EdgeInsets.all(8.0),
child: SpaceModelCardWidget(model: model),
child: SpaceModelCardWidget(
model: model,
pageContext: context,
topActionsDisabled: false,
),
));
},
),