Fix Space Create menu not disabling the alias field when busy
This commit is contained in:
parent
fc05395dba
commit
5d72ea5e19
2 changed files with 3 additions and 0 deletions
|
@ -220,6 +220,7 @@ const SpaceCreateMenu = ({ onFinished }) => {
|
|||
value={alias}
|
||||
placeholder={name ? nameToAlias(name, domain) : _t("e.g. my-space")}
|
||||
label={_t("Address")}
|
||||
disabled={busy}
|
||||
/>
|
||||
: null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue