Skip to content

Commit

Permalink
Fix primefaces#4512: Skeleton allow children
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jun 15, 2023
1 parent 3afeeae commit e09ea93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/lib/skeleton/SkeletonBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const SkeletonBase = ComponentBase.extend({
borderRadius: null,
animation: 'wave',
style: null,
className: null,
children: undefined
className: null
}
});

0 comments on commit e09ea93

Please sign in to comment.