Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrotsmnrd committed Aug 28, 2024
1 parent 84704b0 commit 0f6a0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/dashboard/components/select_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def filtered_options_did_change(self):
""",
"input_change": """
/* console.log("input_change") , data, model, state, view);*/
/* console.log("input_change") , data, model, state, view);
console.log(model.checkboxes_list); */
let new_value = [];
Expand Down

0 comments on commit 0f6a0b1

Please sign in to comment.