Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Mar 3, 2025
1 parent af93a50 commit 7af5fcc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {Button} from 'sentry/components/button';
import {CHART_PALETTE} from 'sentry/constants/chartPalette';
import {IconExpand} from 'sentry/icons';
import {t} from 'sentry/locale';
import useOrganization from 'sentry/utils/useOrganization';
import usePageFilters from 'sentry/utils/usePageFilters';
import {MISSING_DATA_MESSAGE} from 'sentry/views/dashboards/widgets/common/settings';
import type {Aliases} from 'sentry/views/dashboards/widgets/common/types';
Expand Down Expand Up @@ -38,6 +39,7 @@ export interface InsightsTimeSeriesWidgetProps {

export function InsightsTimeSeriesWidget(props: InsightsTimeSeriesWidgetProps) {
const pageFilters = usePageFilters();
const organization = useOrganization();
const {releases} = useReleaseStats(pageFilters.selection);

const visualizationProps: TimeSeriesWidgetVisualizationProps = {
Expand Down

0 comments on commit 7af5fcc

Please sign in to comment.