mirror of
https://github.com/apache/superset.git
synced 2026-09-01 21:11:28 +00:00
fix(sqllab): demote "Save as new" button from primary to secondary (#39179)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
587fe4af63
commit
140f0001f2
@@ -233,7 +233,7 @@ const SaveQuery = ({
|
||||
{t('Cancel')}
|
||||
</Button>
|
||||
<Button
|
||||
buttonStyle={isSaved ? undefined : 'primary'}
|
||||
buttonStyle={isSaved ? 'secondary' : 'primary'}
|
||||
onClick={onSaveWrapper}
|
||||
cta
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user