Skip to content

Commit

Permalink
Disable "Copy Riders" checkbox in campaign duplication (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman authored May 23, 2024
1 parent 7dbc6bf commit 53dd34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule BikeBrigadeWeb.CampaignLive.DuplicateCampaignComponent do
</div>
<.input type="checkbox" checked field={{f, :duplicate_deliveries}} label="Copy Deliveries" />
<.input type="checkbox" checked field={{f, :duplicate_riders}} label="Copy Riders" />
<.input type="checkbox" field={{f, :duplicate_riders}} label="Copy Riders" />
<:actions>
<.button type="submit" phx-disable-with="Saving...">
Expand Down

0 comments on commit 53dd34e

Please sign in to comment.