Remove unnecessary link_id

This commit is contained in:
2024-12-17 02:44:52 +01:00
parent f0dab7a5f9
commit ba8ac5d2fa
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<td class="actions">
<%= form.submit form: :unit_form %>
<%= image_link_to t(:cancel), "close-outline", units_path, class: 'dangerous',
name: :cancel, onclick: render_turbo_stream('form_close', {link_id: link_id}) %>
name: :cancel, onclick: render_turbo_stream('form_close') %>
</td>
<td></td>
<% end %>