Skip to content

Commit

Permalink
Merge pull request #33906 from dimagi/jt/forceManualSearch-for-case-s…
Browse files Browse the repository at this point in the history
…earch-validation

bug: fixes named parameter
  • Loading branch information
Jtang-1 committed Dec 21, 2023
2 parents d31a5d3 + 07de716 commit d8d701c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ hqDefine("cloudcare/js/formplayer/menus/views/query", function () {
urlObject.setQueryData({
inputs: self.getAnswers(),
execute: false,
force_manual_search: true,
forceManualSearch: true,

});
var fetchingPrompts = FormplayerFrontend.getChannel().request("app:select:menus", urlObject);
Expand Down

0 comments on commit d8d701c

Please sign in to comment.