Skip to content

Commit

Permalink
Fix bug when deleting draft queue
Browse files Browse the repository at this point in the history
  • Loading branch information
axelclark committed Jul 30, 2024
1 parent f8faec3 commit 95772b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ defmodule Ex338Web.FantasyTeamDraftQueuesLive.EditFormComponent do
</td>
</tr>
</.inputs_for>
<input type="hidden" name="fantasy_teams[draft_queues_delete][]" />
<input type="hidden" name="fantasy_team[draft_queues_delete][]" />
</tbody>
<% end %>
</table>
Expand Down

0 comments on commit 95772b3

Please sign in to comment.