Skip to content

Commit

Permalink
Add stuff to creation page too
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 23, 2024
1 parent 21b8cac commit 4e92106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/banchan_web/live/work_live/work.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ defmodule BanchanWeb.WorkLive.Work do
changeset: changeset,
work_uploads: work.uploads,
commission: commission || nil,
offering: offering || nil
offering: offering || nil,
page_title: "Create new Work",
page_description: "Create a new Work to showcase your art."
)}
end

Expand Down

0 comments on commit 4e92106

Please sign in to comment.