mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(explore): let admin overwrite slice (#16290)
This commit is contained in:
@@ -175,7 +175,7 @@ export default function PropertiesModal({
|
||||
buttonStyle="primary"
|
||||
// @ts-ignore
|
||||
onClick={onSubmit}
|
||||
disabled={!owners || submitting || !name}
|
||||
disabled={submitting || !name}
|
||||
cta
|
||||
>
|
||||
{t('Save')}
|
||||
|
||||
Reference in New Issue
Block a user