Fix warning

This commit is contained in:
Chris McCord 2024-06-05 13:32:16 -04:00
parent eeb73a393e
commit 114fea5800

View file

@ -574,8 +574,8 @@ defmodule LiveBeatsWeb.CoreComponents do
slot :col, required: true do
attr :label, :string
attr :class, :string
attr :class!, :string
attr :class, :any
attr :class!, :any
end
def table(assigns) do