Skip to content

Commit

Permalink
Fix time filter control (#6978)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and xtinec committed Mar 13, 2019
1 parent e6886fb commit b3966e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/explore/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ export const controls = {
'The options here are defined on a per database ' +
'engine basis in the Superset source code.'),
mapStateToProps: state => ({
choices: (state.datasource) ? state.datasource.time_grain_sqla : null,
choices: (state.datasource) ? state.datasource.timeGrainSqla : null,
}),
},

Expand Down

0 comments on commit b3966e4

Please sign in to comment.