Skip to content

Commit

Permalink
fix tabgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Aug 10, 2022
1 parent 370847a commit e4a45da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tabs.jl
Original file line number Diff line number Diff line change
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

2 comments on commit e4a45da

@hhaensel
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/65200

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.20.1 -m "<description of version>" e4a45dac2cb0967d1f14e1bc1feecb8bb11930c5
git push origin v0.20.1

Please sign in to comment.