diff --git a/app/views/buckets/edit.html.erb b/app/views/buckets/edit.html.erb index 430134654..f5c2dab81 100644 --- a/app/views/buckets/edit.html.erb +++ b/app/views/buckets/edit.html.erb @@ -17,7 +17,7 @@ <% end %>
- <%= form_with model: @bucket, class: "flex flex-column gap txt-large", data: { controller: "form", turbo_action: "replace" } do |form| %> + <%= form_with model: @bucket, class: "flex flex-column gap txt-large", data: { controller: "form" } do |form| %>
<%= translation_button(:bucket_name) %>