Skip to content

Commit

Permalink
fix: fix error display of bootstrap styling for core_components select (
Browse files Browse the repository at this point in the history
  • Loading branch information
meagharty authored Oct 15, 2024
1 parent 62a89fc commit 02a3885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/arrow_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ defmodule ArrowWeb.CoreComponents do
name={@name}
class={[
"mt-2 block w-full rounded-md border border-gray-300 bg-white shadow-sm focus:border-zinc-400 focus:ring-0 sm:text-sm",
@errors != [] && "is-invalid",
@class
]}
multiple={@multiple}
Expand Down

0 comments on commit 02a3885

Please sign in to comment.