Skip to content

Commit

Permalink
Refactor #3965 - Refactor on VirtualScroller
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 6, 2023
1 parent 22498f1 commit f98d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/virtualscroller/BaseVirtualScroller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const classes = {
loadingIcon: 'p-virtualscroller-loading-icon'
};
const { load: loadStyle } = useStyle(styles, { name: 'virtualscroller', manual: true });
const { load: loadStyle } = useStyle(styles, { name: 'virtualscroller' });
export default {
name: 'BaseVirtualScroller',
Expand Down

0 comments on commit f98d740

Please sign in to comment.