Skip to content

Commit 98e715e

Browse files
committed
Move the Add to dashboard button to the right side of the chart
1 parent a3d3b17 commit 98e715e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/metrics/QueryWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ export function QueryWidget({
214214
content="Maximize"
215215
asChild
216216
/>
217-
{accessory}
218217
<Popover open={isMenuOpen} onOpenChange={setIsMenuOpen}>
219218
<PopoverVerticalEllipseTrigger
220219
isOpen={isMenuOpen}
@@ -307,6 +306,7 @@ export function QueryWidget({
307306
</div>
308307
</PopoverContent>
309308
</Popover>
309+
{accessory}
310310
</Card.Accessory>
311311
</Card.Header>
312312
<LoadingBarDivider isLoading={isLoading ?? false} className="bg-transparent" />

0 commit comments

Comments
 (0)