Revising access shouldn't do a replace turbo-action

This commit is contained in:
Jose Farias
2024-12-16 11:36:11 -06:00
parent e085cb7497
commit 292b323ab9
+1 -1
View File
@@ -17,7 +17,7 @@
<% end %>
<div class="panel shadow center" style="--panel-size: 55ch;">
<%= 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| %>
<div class="flex align-center gap">
<%= translation_button(:bucket_name) %>