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:
Maxime Beauchemin
2026-04-08 12:03:44 -07:00
committed by GitHub
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
>