Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Nov 29, 2023
1 parent 4c1544b commit d957453
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/support/live_select_web/live/showcase_live.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,12 @@
<h4>Try out the component here:</h4>
</div>
<div class="md:w-3/4">
<.form for={@live_select_field.form} phx-change="change" phx-submit="submit" id="live-select-form">
<.form
for={@live_select_field.form}
phx-change="change"
phx-submit="submit"
id="live-select-form"
>
<div class="grid grid-cols-4 gap-1">
<div class="col-span-3 form-control">
<.live_select
Expand Down

0 comments on commit d957453

Please sign in to comment.