Merge pull request #171 from SyncrowIOT/bugfix/sibling-name

This commit is contained in:
hannathkadher
2025-05-01 12:41:22 +04:00
committed by GitHub

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) {