|
|
|
@ -46,12 +46,12 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<:actions>
|
|
|
|
|
<.success_button phx-disable-with="Saving...">
|
|
|
|
|
Save Author
|
|
|
|
|
</.success_button>
|
|
|
|
|
<.primary_button phx-click="cancel" phx-target={@myself}>
|
|
|
|
|
<.save_button phx-disable-with="Saving...">
|
|
|
|
|
Save
|
|
|
|
|
</.save_button>
|
|
|
|
|
<.cancel_button phx-click="cancel" phx-target={@myself}>
|
|
|
|
|
Cancel
|
|
|
|
|
</.primary_button>
|
|
|
|
|
</.cancel_button>
|
|
|
|
|
</:actions>
|
|
|
|
|
</.simple_form>
|
|
|
|
|
</div>
|
|
|
|
|