mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Fix warning
This commit is contained in:
parent
eeb73a393e
commit
114fea5800
1 changed files with 2 additions and 2 deletions
|
@ -574,8 +574,8 @@ defmodule LiveBeatsWeb.CoreComponents do
|
||||||
|
|
||||||
slot :col, required: true do
|
slot :col, required: true do
|
||||||
attr :label, :string
|
attr :label, :string
|
||||||
attr :class, :string
|
attr :class, :any
|
||||||
attr :class!, :string
|
attr :class!, :any
|
||||||
end
|
end
|
||||||
|
|
||||||
def table(assigns) do
|
def table(assigns) do
|
||||||
|
|
Loading…
Reference in a new issue