Moved time column and grains to models.py (#1255)

This commit is contained in:
vera-liu
2016-10-05 13:02:35 -07:00
committed by Maxime Beauchemin
parent a8a16900e7
commit 659bf6d7e8
6 changed files with 27 additions and 29 deletions

View File

@@ -103,8 +103,8 @@ export const exploreReducer = function (state, action) {
[actions.CLEAR_ALL_OPTS]() {
return Object.assign({}, state, defaultOpts);
},
[actions.SET_DATASOURCE_CLASS]() {
return Object.assign({}, state, { datasourceClass: action.datasourceClass });
[actions.SET_DATASOURCE_TYPE]() {
return Object.assign({}, state, { datasourceType: action.datasourceType });
},
};
if (action.type in actionHandlers) {