<%# locals: (interactive_action:) -%> <% if current_turbo_frame == 'modal' %> <%= turbo_frame_tag "modal" do %> <% end %> <% else%> <%= render_component :panel do %> <%= render_component :interactive_action_form, interactive_action:, interaction: @interaction %> <% end %> <% end %>