Assign an ID to the terminal turbo frame
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
dialog_target: "dialog",
|
||||
dialog_modal_value: "true",
|
||||
action: "keydown.esc->dialog#close click@document->dialog#closeOnClickOutside" } do %>
|
||||
<%= turbo_frame_tag nil, refresh: :morph, data: { terminal_target: "modalTurboFrame" }, target: "_top" %>
|
||||
<%= turbo_frame_tag "terminal-turbo-frame", refresh: :morph, data: { terminal_target: "modalTurboFrame" }, target: "_top" %>
|
||||
<% end %>
|
||||
|
||||
<%= render "commands/form" %>
|
||||
|
||||
Reference in New Issue
Block a user