|
|
@ -41,9 +41,6 @@ defmodule DecentralisedBookIndexWeb.BookLive.FormComponent do
|
|
|
|
<:actions>
|
|
|
|
<:actions>
|
|
|
|
<.button phx-disable-with="Saving...">Save Book</.button>
|
|
|
|
<.button phx-disable-with="Saving...">Save Book</.button>
|
|
|
|
</:actions>
|
|
|
|
</:actions>
|
|
|
|
|
|
|
|
|
|
|
|
<pre>all:<%= inspect(@form, pretty: true) %></pre>
|
|
|
|
|
|
|
|
<pre>Bids:<%= inspect(@form[:bids], pretty: true) %></pre>
|
|
|
|
|
|
|
|
</.simple_form>
|
|
|
|
</.simple_form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|