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:
Maxime Beauchemin
2026-04-08 12:03:44 -07:00
committed by Michael S. Molina
parent e9ca6e04d5
commit 374cc592ac

View File

@@ -233,7 +233,7 @@ const SaveQuery = ({
{t('Cancel')}
</Button>
<Button
buttonStyle={isSaved ? undefined : 'primary'}
buttonStyle={isSaved ? 'secondary' : 'primary'}
onClick={onSaveWrapper}
cta
>