Fix create subspace dialog not working for public space creation (#11367)
This commit is contained in:
@@ -70,7 +70,7 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
|
|||||||
if (
|
if (
|
||||||
spaceAliasField.current &&
|
spaceAliasField.current &&
|
||||||
joinRule === JoinRule.Public &&
|
joinRule === JoinRule.Public &&
|
||||||
(await spaceAliasField.current.validate({ allowEmpty: true }))
|
!(await spaceAliasField.current.validate({ allowEmpty: true }))
|
||||||
) {
|
) {
|
||||||
spaceAliasField.current.focus();
|
spaceAliasField.current.focus();
|
||||||
spaceAliasField.current.validate({ allowEmpty: true, focused: true });
|
spaceAliasField.current.validate({ allowEmpty: true, focused: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user