Deleted unused components in exploreV2 (#1613)

* Deleted unused components in exploreV2

* Deleted constants.js
This commit is contained in:
vera-liu
2016-11-16 14:33:00 -08:00
committed by GitHub
parent 51cb485ce3
commit 811ee8ccdc
9 changed files with 0 additions and 513 deletions

View File

@@ -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 };