Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsholland committed Sep 3, 2023
1 parent 8cd165b commit 5e2be01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchxml/fetchxml.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const output = document.querySelector('.outputarea');
input.addEventListener("input",generateFetch);
checkbox.addEventListener("click",generateFetch);

function generateFetch(filterOption) {
function generateFetch() {
//set focus on column field
//colField.focus()

Expand Down

0 comments on commit 5e2be01

Please sign in to comment.