From 292b323ab93f78d98705ccb8d2e6356bf24042e3 Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Mon, 16 Dec 2024 11:36:11 -0600 Subject: [PATCH] Revising access shouldn't do a replace turbo-action --- app/views/buckets/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %>