Fix turbo on create element
This commit is contained in:
parent
2ae0b55e42
commit
916b370905
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<%= bootstrap_form_with(model: element) do |form| %>
|
<%= bootstrap_form_with(model: element, data: { turbo_frame: "_top" }) do |form| %>
|
||||||
<%= form.hidden_field :report_id %>
|
<%= form.hidden_field :report_id %>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue