Skip to content

Commit

Permalink
Merge pull request #21406 from demeritcowboy/comma
Browse files Browse the repository at this point in the history
[search kit] Semicolon vs comma
  • Loading branch information
colemanw authored Sep 8, 2021
2 parents 7c00e05 + 07fdfb0 commit a77bc9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
// Call SearchDisplay.run and update ctrl.results and ctrl.rowCount
runSearch: function(editedRow) {
var ctrl = this,
requestId = ++runCount;
requestId = ++runCount,
apiParams = this.getApiParams();
this.loading = true;
_.each(ctrl.onPreRun, function(callback) {
Expand Down

0 comments on commit a77bc9d

Please sign in to comment.