We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a91dea commit bb6dfb0Copy full SHA for bb6dfb0
1 file changed
apps/webapp/app/components/query/QueryEditor.tsx
@@ -782,11 +782,10 @@ export function QueryEditor({
782
accessory={
783
mode.type === "standalone" ? (
784
<Button
785
- variant="minimal/small"
786
- LeadingIcon={BookmarkIcon}
+ variant="primary/small"
787
onClick={() => setIsSaveDialogOpen(true)}
788
>
789
- Save to dashboard
+ Add to dashboard
790
</Button>
791
) : save ? (
792
save(saveData)
0 commit comments