mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
Moved time column and grains to models.py (#1255)
This commit is contained in:
committed by
Maxime Beauchemin
parent
a8a16900e7
commit
659bf6d7e8
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user