We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16eec52 + f9266d3 commit d1655bbCopy full SHA for d1655bb
lib/live_admin/components/resource/view.ex
@@ -54,7 +54,7 @@ defmodule LiveAdmin.Components.Container.View do
54
<% end %>
55
</dl>
56
<div class="form__actions">
57
- <%= if @resource.__live_admin_config__(:delete_with) != false do %>
+ <%= if @resource.__live_admin_config__(:update_with) != false do %>
58
<.link
59
navigate={route_with_params(assigns, segments: [:edit, @record])}
60
class="resource__action--btn"
0 commit comments