Skip to content

Commit

Permalink
update save_script to save_launcher in this view
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton22305 committed Nov 25, 2024
1 parent da069ce commit df30661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/views/launchers/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<%= render partial: 'add_new_field' %>

<div class="d-grid gap-2">
<%= f.submit t('dashboard.save'), class: 'btn btn-primary', id: 'save_script_edit' %>
<%= f.submit t('dashboard.save'), class: 'btn btn-primary', id: 'save_launcher_edit' %>
</div>
<% end %>

Expand Down

0 comments on commit df30661

Please sign in to comment.