Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Aug 12, 2022
2 parents fc89780 + e4a45da commit 4116a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tabs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ julia> tab(name="photos", icon="photos", label="Photos")
"""
function tab(args...;
kwargs...)
q__tab(args...; attributes([kwargs...], StippleUI.API.ATTRIBUTES_MAPPINGS)...)
q__tab(args...; kw(kwargs)...)
end

"""
Expand Down Expand Up @@ -102,7 +102,7 @@ julia> tabgroup(:tab_m, inlinelabel=true, class="bg-primary text-white shadow-2"
function tabgroup(fieldname::Union{Symbol,Nothing} = nothing,
args...;
kwargs...)
q__tabs(args...; attributes([:fieldname => fieldname, kwargs...], StippleUI.API.ATTRIBUTES_MAPPINGS)...)
q__tabs(args...; kw([:fieldname => fieldname, kwargs...])...)
end

end

0 comments on commit 4116a64

Please sign in to comment.