Skip to content

Commit

Permalink
Fix: missing function clause. (#390)
Browse files Browse the repository at this point in the history
* Fix: missing function clause.

* fix: make requested changes.
  • Loading branch information
teesloane authored Jul 7, 2024
1 parent 55f6a40 commit 527bde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bike_brigade_web/live/program_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<.live_component
module={BikeBrigadeWeb.CampaignLive.FormComponent}
id={:new}
action={@live_action}
action={:new}
title={@page_title}
campaign={@campaign}
navigate={~p"/programs/#{@program}"}
Expand Down

0 comments on commit 527bde0

Please sign in to comment.