Merge branch 'dev' of https://github.com/SyncrowIOT/web into bugfix/pagination-scroll

This commit is contained in:
hannathkadher
2025-05-01 13:10:16 +04:00

View File

@ -526,6 +526,8 @@ class CreateSpaceDialogState extends State<CreateSpaceDialog> {
isNameFieldInvalid = true;
});
return;
} else if (isNameFieldExist) {
return;
} else {
String newName = enteredName.isNotEmpty ? enteredName : (widget.name ?? '');
if (newName.isNotEmpty) {