More stuff
This commit is contained in:
@@ -22,6 +22,7 @@ defmodule WishWeb.ItemLive.FormComponent do
|
||||
<.input field={@form[:title]} type="text" label="Title" />
|
||||
<.input field={@form[:description]} type="text" label="Description" />
|
||||
<.input field={@form[:url]} type="text" label="Url" />
|
||||
<.input field={@form[:image_url]} type="text" label="Image URL" />
|
||||
<.input field={@form[:received]} type="checkbox" label="Received" />
|
||||
<.input field={@form[:desire]} type="number" label="Desire" />
|
||||
<:actions>
|
||||
|
||||
Reference in New Issue
Block a user