Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/19003
Conflicts: src/components/views/spaces/SpaceCreateMenu.tsx
This commit is contained in:
commit
3c44969645
6 changed files with 12 additions and 6 deletions
|
@ -177,6 +177,7 @@ export const SpaceCreateForm: React.FC<ISpaceCreateFormProps> = ({
|
|||
const newName = ev.target.value;
|
||||
if (!alias || alias === `#${nameToLocalpart(name)}:${domain}`) {
|
||||
setAlias(`#${nameToLocalpart(newName)}:${domain}`);
|
||||
aliasFieldRef.current.validate({ allowEmpty: true });
|
||||
}
|
||||
setName(newName);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue