Skip to content

Commit

Permalink
add one missing change that supposed to be in backport PR (opensearch…
Browse files Browse the repository at this point in the history
…-project#294)

Signed-off-by: Eric Wei <[email protected]>
(cherry picked from commit 9b2dfc4)
  • Loading branch information
mengweieric authored and A9 Swift Project User committed Mar 24, 2023
1 parent 0b9bfd4 commit a3026a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "ad58f265f57b4c669dce0e4e82c1120865ba0e99",
"last_gitfarm_commit": "fda697876711669aa534d2316f56109a3447ed05"
"last_github_commit": "9b2dfc4311268afe66fa11db7c015b7838f5586f",
"last_gitfarm_commit": "22548e1b95c2a4278831b4fa5588475419b10434"
}
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 a3026a5

Please sign in to comment.