mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
Deleted unused components in exploreV2 (#1613)
* Deleted unused components in exploreV2 * Deleted constants.js
This commit is contained in:
@@ -6,11 +6,6 @@ export function setFieldOptions(options) {
|
||||
return { type: SET_FIELD_OPTIONS, options };
|
||||
}
|
||||
|
||||
export const CLEAR_ALL_OPTS = 'CLEAR_ALL_OPTS';
|
||||
export function clearAllOpts() {
|
||||
return { type: CLEAR_ALL_OPTS };
|
||||
}
|
||||
|
||||
export const SET_DATASOURCE_TYPE = 'SET_DATASOURCE_TYPE';
|
||||
export function setDatasourceType(datasourceType) {
|
||||
return { type: SET_DATASOURCE_TYPE, datasourceType };
|
||||
|
||||
Reference in New Issue
Block a user