-
+
diff --git a/app/views/filters/_stages.html.erb b/app/views/filters/_stages.html.erb
index 3d4a6203f..1b736da94 100644
--- a/app/views/filters/_stages.html.erb
+++ b/app/views/filters/_stages.html.erb
@@ -14,12 +14,12 @@
aria-label="In stage…" aria-description="In stage…"
data-dialog-target="dialog" data-action="turbo:before-cache@document->dialog#close">
- <%= form_with url: bubbles_path, method: :get, class: "flex flex-column full-width popup__list",
+ <%= form_with url: bubbles_path, method: :get, class: "flex flex-column full-width popup__list",
data: { controller: "form" } do |form| %>
<% filter.as_params.except(:stage_ids).each do |key, value| %>
<%= filter_hidden_field_tag key, value %>
<% end %>
-
+
<% workflow = Current.account.workflows.first %>
<% workflow.stages.each do |stage| %>
<% end %>
<% end %>
diff --git a/app/views/filters/_tags.html.erb b/app/views/filters/_tags.html.erb
index 178f62098..4c6e28bc5 100644
--- a/app/views/filters/_tags.html.erb
+++ b/app/views/filters/_tags.html.erb
@@ -12,29 +12,29 @@