diff --git a/app/views/bubbles/date_pickers/show.html.erb b/app/views/bubbles/date_pickers/show.html.erb index 05e7f03a1..5a5756ed5 100644 --- a/app/views/bubbles/date_pickers/show.html.erb +++ b/app/views/bubbles/date_pickers/show.html.erb @@ -2,7 +2,7 @@ <% if @bubble.due_on.present? %> <%= form_with model: @bubble, url: bucket_bubble_path(@bubble.bucket, @bubble), data: { controller: "form" } do |form| %>