Skip to content

Commit

Permalink
fix(native-filters): incorrect queriesData state (#12409)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jan 12, 2021
1 parent d940cae commit 90915db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"@superset-ui/plugin-chart-echarts": "^0.16.4",
"@superset-ui/plugin-chart-table": "^0.16.4",
"@superset-ui/plugin-chart-word-cloud": "^0.16.4",
"@superset-ui/plugin-filter-antd": "^0.16.4",
"@superset-ui/preset-chart-xy": "^0.16.4",
"@vx/responsive": "^0.0.195",
"abortcontroller-polyfill": "^1.1.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const FilterValue: React.FC<FilterProps> = ({
height={20}
width={220}
formData={getFormData()}
queriesData={[state]}
queriesData={state}
chartType="filter_select"
hooks={{ setExtraFormData }}
/>
Expand Down

0 comments on commit 90915db

Please sign in to comment.