diff --git a/lib/pages/spaces_management/all_spaces/widgets/dialogs/create_space_dialog.dart b/lib/pages/spaces_management/all_spaces/widgets/dialogs/create_space_dialog.dart index 9e2f6dbb..8cf30f7c 100644 --- a/lib/pages/spaces_management/all_spaces/widgets/dialogs/create_space_dialog.dart +++ b/lib/pages/spaces_management/all_spaces/widgets/dialogs/create_space_dialog.dart @@ -302,13 +302,6 @@ class CreateSpaceDialogState extends State { ? enteredName : (widget.name ?? ''); if (newName.isNotEmpty) { - if (tags != null && tags!.isNotEmpty) { - if (tags!.any( - (tag) => tag.uuid == null || tag.uuid!.isEmpty, - )) { - return; - } - } widget.onCreateSpace( newName, selectedIcon,