Skip to content

Commit

Permalink
make chart rerender on timeseries change (apache#16411)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored Aug 30, 2021
1 parent 960d1e4 commit a616b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/explore/controlPanels/TimeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default {
config: {
type: 'CollectionControl',
label: t('Time series columns'),
renderTrigger: true,
validators: [validateNonEmpty],
controlName: 'TimeSeriesColumnControl',
},
Expand Down

0 comments on commit a616b87

Please sign in to comment.