Skip to content

Commit

Permalink
fix: issue surrealdb#634
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMateo committed Dec 28, 2024
1 parent e35de92 commit 1fd9fc2
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,11 @@ export function TableGraphPane(props: TableGraphPaneProps) {
shadow="sm"
>
<Popover.Target>
<ActionButton label="Graph options">
<Icon path={iconCog} />
</ActionButton>
<div>
<ActionButton label="Graph options">
<Icon path={iconCog} />
</ActionButton>
</div>
</Popover.Target>
<Popover.Dropdown maw={325}>
<Text
Expand Down

0 comments on commit 1fd9fc2

Please sign in to comment.