Skip to content

Commit

Permalink
Merge pull request #33974 from dimagi/em/debugger-querydata-bugfix
Browse files Browse the repository at this point in the history
Access queryData on `this` from debugger
  • Loading branch information
nospame committed Jan 15, 2024
2 parents 4c4e573 + 08befb8 commit 6a42a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ hqDefine('cloudcare/js/debugger/debugger', function () {
this.options.baseUrl,
{
selections: this.options.selections,
query_data: self.options.queryData,
query_data: this.options.queryData,
username: this.options.username,
restoreAs: this.options.restoreAs,
domain: this.options.domain,
Expand Down

0 comments on commit 6a42a59

Please sign in to comment.