Skip to content

Commit

Permalink
Fix primefaces#5834: Sidebar content default property
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 24, 2024
1 parent 99ce10e commit 7a1070b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/sidebar/SidebarBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export const SidebarBase = ComponentBase.extend({
id: null,
style: null,
className: null,
content: null,
maskStyle: null,
maskClassName: null,
visible: false,
Expand Down

0 comments on commit 7a1070b

Please sign in to comment.