Fix Space Create menu not disabling the alias field when busy

This commit is contained in:
Michael Telatynski 2021-07-08 13:24:56 +01:00
parent fc05395dba
commit 5d72ea5e19
2 changed files with 3 additions and 0 deletions

View file

@ -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
}