Update input for authors' description to textarea

This commit is contained in:
Thelonius Kort
2022-12-28 14:33:51 +01:00
parent c44344cd35
commit bedf8bb005

View File

@ -21,7 +21,7 @@ defmodule OutlookWeb.AuthorLive.FormComponent do
phx-submit="save"
>
<.input field={{f, :name}} type="text" label="name" />
<.input field={{f, :description}} type="text" label="description" />
<.input field={{f, :description}} type="textarea" label="description" />
<.input field={{f, :homepage_name}} type="text" label="homepage_name" />
<.input field={{f, :homepage_url}} type="text" label="homepage_url" />
<:actions>