diff --git a/app/views/filters/_dialog.html.erb b/app/views/filters/_dialog.html.erb
index 84c18eaff..29b4888ca 100644
--- a/app/views/filters/_dialog.html.erb
+++ b/app/views/filters/_dialog.html.erb
@@ -40,20 +40,20 @@
@@ -68,11 +68,11 @@
<% Current.user.buckets.order(:name).each do |bucket| %>
- <%= label_tag "bucket_ids_#{bucket.id}", class: "btn filter__button" do %>
- <%= check_box_tag "bucket_ids[]", bucket.id, filter.buckets.include?(bucket), id: "bucket_ids_#{bucket.id}", class: "for-screen-reader" %>
+
<% end %>
@@ -81,11 +81,11 @@
Tagged
<% Current.account.tags.order(:title).each do |tag| %>
- <%= label_tag "tag_ids_#{tag.id}", class: "btn filter__button" do %>
- <%= check_box_tag "tag_ids[]", tag.id, filter.tags.include?(tag), id: "tag_ids_#{tag.id}", class: "for-screen-reader" %>
+
<% end %>
@@ -93,29 +93,33 @@
@@ -123,21 +127,20 @@
@@ -149,11 +152,11 @@
<% workflow.stages.order(:name).each do |stage| %>
- <%= label_tag "stage_ids_#{stage.id}", class: "btn filter__button" do %>
- <%= check_box_tag "stage_ids[]", stage.id, filter.stages.include?(stage), id: "stage_ids_#{stage.id}", class: "for-screen-reader" %>
+
<% end %>
<% end %>