mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(sqllab): demote "Save as new" button from primary to secondary (#39179)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit 140f0001f2)
This commit is contained in:
committed by
Michael S. Molina
parent
e9ca6e04d5
commit
374cc592ac
@@ -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