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 6c72085 commit b0787acCopy full SHA for b0787ac
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