Skip to content

Commit

Permalink
WIP: edit publisdate in liveview
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Sep 3, 2024
1 parent b04bf21 commit 08ea4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/radiator_web/live/episode_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<.form :let={f} for={@form} id="episode-form" phx-change="validate" phx-submit="save">
<.input field={f[:number]} type="text" label="Number" />
<.input field={f[:title]} type="text" label="Title" />
<.input field={f[:publish_date]} type="date" label="Publish date" />
<div class="flex items-center justify-between gap-6 mt-2">
<.link
patch={~p"/admin/podcast/#{@show}"}
Expand Down

0 comments on commit 08ea4dd

Please sign in to comment.