Skip to content

Commit

Permalink
Updates Loading Icon template reference variable (#17736)
Browse files Browse the repository at this point in the history
This update normalises the reference variable name of the loading icon template, which currently is "loadingIcon" but should be "loadingicon", following the same standard as other variable names.
  • Loading branch information
taxpayer authored Feb 21, 2025
1 parent 681e269 commit 2356621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primeng/src/dataview/dataview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class DataView extends BaseComponent implements OnInit, OnDestroy, Blocka
* Template for loading icon.
* @group Templates
*/
@ContentChild('loadingIcon') loadingicon: TemplateRef<any>;
@ContentChild('loadingicon') loadingicon: TemplateRef<any>;
/**
* Template for list icon.
* @group Templates
Expand Down

0 comments on commit 2356621

Please sign in to comment.