Skip to content

Commit

Permalink
removed Tooltip from Panel
Browse files Browse the repository at this point in the history
Signed-off-by: nishchay-veer <[email protected]>
  • Loading branch information
nishchay-veer committed Sep 8, 2023
1 parent c6926d5 commit 1550af9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/ui/react-app/src/pages/graph/Panel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component, useRef } from 'react';
import React, { Component } from 'react';

import {
UncontrolledAlert,
Expand All @@ -17,7 +17,6 @@ import {
import Select from 'react-select';

import moment from 'moment-timezone';
import { UncontrolledTooltip } from 'reactstrap';
import Checkbox from '../../components/Checkbox';
import ListTree, { QueryTree } from '../../components/ListTree';
import { ExplainTree } from './ExpressionInput';
Expand Down

0 comments on commit 1550af9

Please sign in to comment.