fix(explore): let admin overwrite slice (#16290)

This commit is contained in:
Ville Brofeldt
2021-08-17 10:55:33 +03:00
committed by GitHub
parent 2be84e78d2
commit d13b081cfe
2 changed files with 5 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ export default function PropertiesModal({
buttonStyle="primary"
// @ts-ignore
onClick={onSubmit}
disabled={!owners || submitting || !name}
disabled={submitting || !name}
cta
>
{t('Save')}