Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 25, 2024
1 parent 1c19cc5 commit 4091998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pat/querystring/querystring.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Criteria.prototype = {
.appendTo($wrapper)
.val(pathAndDepth[0])
const pat = new ContentbrowserPattern(self.$value[0], self.patternRelateditemsOptions);
pat.el.addEventListener("change", (e) => {
pat.el.addEventListener("change", () => {
self.trigger("value-changed");
})
self.$value.after(createDepthSelect(pathAndDepth[1]));
Expand Down

0 comments on commit 4091998

Please sign in to comment.