Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Mar 13, 2023
1 parent 3154745 commit e90be7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ import React, { useCallback, useEffect, useMemo, useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { uniqWith } from 'lodash';
import cx from 'classnames';
import {
css,
DataMaskStateWithId,
Filters,
styled,
SupersetTheme,
} from '@superset-ui/core';
import { DataMaskStateWithId, Filters, styled } from '@superset-ui/core';
import Icons from 'src/components/Icons';
import { usePrevious } from 'src/hooks/usePrevious';
import { setDirectPathToChild } from 'src/dashboard/actions/dashboardState';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import React, {
useRef,
useState,
} from 'react';
import { css, styled, SupersetTheme, t } from '@superset-ui/core';
import { css, styled, t } from '@superset-ui/core';
import { useUiConfig } from 'src/components/UiConfigContext';
import { Tooltip } from 'src/components/Tooltip';
import { useSelector } from 'react-redux';
Expand All @@ -37,8 +37,6 @@ import Icons from 'src/components/Icons';
import { RootState } from 'src/dashboard/types';
import { getSliceHeaderTooltip } from 'src/dashboard/util/getSliceHeaderTooltip';
import { DashboardPageIdContext } from 'src/dashboard/containers/DashboardPage';
import { clearDataMask } from 'src/dataMask/actions';
import { getFilterValueForDisplay } from '../nativeFilters/FilterBar/FilterSets/utils';

type SliceHeaderProps = SliceHeaderControlsProps & {
innerRef?: string;
Expand Down

0 comments on commit e90be7f

Please sign in to comment.