Merge pull request #113 from SyncrowIOT/bugfix/remove-link

fixed issue in removing link
This commit is contained in:
hannathkadher
2025-03-10 16:55:02 +04:00
committed by GitHub

View File

@ -297,6 +297,8 @@ class CreateSpaceDialogState extends State<CreateSpaceDialog> {
),
onDeleted: () => setState(() {
this.selectedSpaceModel = null;
subspaces = widget.subspaces ?? [];
tags = widget.tags ?? [];
})),
],
),