mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor: convert controlUtils to TypeScript (1 of 2) (#13401)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import React, { ReactNode } from 'react';
|
||||
import { ControlType } from '@superset-ui/chart-controls';
|
||||
import { JsonValue, QueryFormData } from '@superset-ui/core';
|
||||
import { ExploreActions } from '../actions/exploreActions';
|
||||
import { ExploreActions } from 'src/explore/actions/exploreActions';
|
||||
import controlMap from './controls';
|
||||
|
||||
import './Control.less';
|
||||
|
||||
Reference in New Issue
Block a user