diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index aad2a90..d116d0c 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -51,7 +51,7 @@ function populateSearch(field, value) { var inputTags = document.getElementById('tags'); inputTags.BulmaTagsInput().add(field+": "+value); - htmx.trigger("#search", "click"); + //htmx.trigger("#search", "click"); }