Skip to content

Commit

Permalink
fixed import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-RyanK committed Jun 4, 2024
1 parent ca6bc99 commit 71ef25e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/* eslint-disable no-param-reassign */
import {
DataMask,
ensureIsArray,
ExtraFormData,
JsonObject,
JsonResponse,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { styled, NO_TIME_RANGE } from '@superset-ui/core';
import React, { useCallback, useEffect } from 'react';
import DateFilterControl from 'src/explore/components/controls/DateFilterControl';
import { PluginFilterTimeProps } from './types';
import { ControlContainer, FilterPluginStyle } from '../common';
import { FilterPluginStyle } from '../common';

const TimeFilterStyles = styled(FilterPluginStyle)`
display: flex;
Expand Down

0 comments on commit 71ef25e

Please sign in to comment.