mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
[explore] viz type selector as modal (#2787)
* [explore] viz type selector as modal * Addressing comments * Adressing comments
This commit is contained in:
committed by
GitHub
parent
3a4cd3ae24
commit
66403f1876
@@ -7,6 +7,7 @@ import HiddenControl from './controls/HiddenControl';
|
||||
import SelectControl from './controls/SelectControl';
|
||||
import TextAreaControl from './controls/TextAreaControl';
|
||||
import TextControl from './controls/TextControl';
|
||||
import VizTypeControl from './controls/VizTypeControl';
|
||||
|
||||
const controlMap = {
|
||||
CheckboxControl,
|
||||
@@ -15,6 +16,7 @@ const controlMap = {
|
||||
SelectControl,
|
||||
TextAreaControl,
|
||||
TextControl,
|
||||
VizTypeControl,
|
||||
};
|
||||
const controlTypes = Object.keys(controlMap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user