Skip to content

Commit

Permalink
fix: address issue apache#7458 (apache#7593)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jun 1, 2019
1 parent eb42936 commit 1dc17f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ export default function transformProps(chartProps) {
} = chartProps;
const {
dateFilter,
filterConfigs,
instantFiltering,
showDruidTimeGranularity,
showDruidTimeOrigin,
showSqlaTimeColumn,
showSqlaTimeGranularity,
} = formData;
const { verboseMap } = datasource;
const filterConfigs = formData.filterConfigs || [];

const filtersFields = filterConfigs.map(flt => ({
...flt,
Expand Down

0 comments on commit 1dc17f3

Please sign in to comment.