Skip to content

Commit

Permalink
chore: fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Sep 2, 2024
1 parent a454edf commit eefb020
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import '../Graph/Graph.styles.scss';

<<<<<<< HEAD
=======
import { DAYJS_MANIPULATE_TYPES } from 'constants/global';
import dayjs from 'dayjs';
>>>>>>> 39f4a2198 (chore: calculate start and end times from relative time and remove query params)
import useUrlQuery from 'hooks/useUrlQuery';
import {
useAlertHistoryQueryParams,
useGetAlertRuleDetailsTimelineGraphData,
} from 'pages/AlertDetails/hooks';
import { useGetAlertRuleDetailsTimelineGraphData } from 'pages/AlertDetails/hooks';
import DataStateRenderer from 'periscope/components/DataStateRenderer/DataStateRenderer';

import Graph from '../Graph/Graph';
Expand All @@ -32,12 +24,8 @@ function GraphWrapper({
ruleId,
} = useGetAlertRuleDetailsTimelineGraphData();

<<<<<<< HEAD
// TODO(shaheer): uncomment when the API is ready for
// const { startTime } = useAlertHistoryQueryParams();
=======
const { startTime } = useAlertHistoryQueryParams();
>>>>>>> 39f4a2198 (chore: calculate start and end times from relative time and remove query params)

// const [isVerticalGraph, setIsVerticalGraph] = useState(false);

Expand Down

0 comments on commit eefb020

Please sign in to comment.