mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Fix create subspace dialog not working for public space creation (#11367)
This commit is contained in:
parent
aab0c9a9e1
commit
9afcf599ba
@ -70,7 +70,7 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
|
||||
if (
|
||||
spaceAliasField.current &&
|
||||
joinRule === JoinRule.Public &&
|
||||
(await spaceAliasField.current.validate({ allowEmpty: true }))
|
||||
!(await spaceAliasField.current.validate({ allowEmpty: true }))
|
||||
) {
|
||||
spaceAliasField.current.focus();
|
||||
spaceAliasField.current.validate({ allowEmpty: true, focused: true });
|
||||
|
Loading…
Reference in New Issue
Block a user