Skip to content

Commit

Permalink
add one missing change that supposed to be in backport PR (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wei <[email protected]>
  • Loading branch information
mengweieric authored Feb 21, 2023
1 parent ad58f26 commit 9b2dfc4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,9 @@ export const DataConfigPanelItem = ({
...configList,
},
});
console.log('newQueryString: ', newQueryString);
handleQueryChange(newQueryString);
getVisualizations({
queryState: nextQueryState[FINAL_QUERY],
query: nextQueryState[FINAL_QUERY],
callback: (res) => {
updateVisUIState({
visData: res,
Expand Down

0 comments on commit 9b2dfc4

Please sign in to comment.