Skip to content

Commit

Permalink
fixup: remove wrong tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Jan 10, 2025
1 parent e89aede commit fe1e30c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/core/MainContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,9 @@ const MainContentInner: React.FC<MainContentProps> = ({
<Badge>{tableView.dataPoints.length}</Badge>
)}
</Tabs.Trigger>
<Tooltip content="TBD Not Implemented yet">
<Tabs.Trigger value="view" disabled={viewChart === undefined}>
<LuChartArea /> View
</Tabs.Trigger>
</Tooltip>
<Tabs.Trigger value="view" disabled={viewChart === undefined}>
<LuChartArea /> View
</Tabs.Trigger>
</Tabs.List>
<Tabs.Content
value="logs"
Expand Down

0 comments on commit fe1e30c

Please sign in to comment.