about summary refs log tree commit diff
path: root/app/views/machines
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/machines')
-rw-r--r--app/views/machines/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/machines/_form.html.erb b/app/views/machines/_form.html.erb
index d7edc05..ae1a515 100644
--- a/app/views/machines/_form.html.erb
+++ b/app/views/machines/_form.html.erb
@@ -1,4 +1,4 @@
-<%= form_with model: @machine, data: { "turbo" => "false" } do |form| %>
+<%= form_with model: @machine, local: true do |form| %>
   <br>
   <div>
     <%= form.label :name %><br>