Skip to content

Commit f9f53f9

Browse files
committed
fix(grid): Remove unnecessary type assertion hasMenuPinningActions
1 parent 84a51fd commit f9f53f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular/grids/grid/src/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7828,7 +7828,7 @@ export abstract class IgxGridBaseDirective implements GridType,
78287828
}
78297829

78307830
protected hasMenuPinningActions(): boolean {
7831-
const strip = this.actionStrip as IgxActionStripComponent;
7831+
const strip = this.actionStrip;
78327832
if (!strip?.actionButtons?.length) {
78337833
return false;
78347834
}

0 commit comments

Comments
 (0)