Skip to content

Commit 04ff39b

Browse files
committed
chore(pivot): fix build error
1 parent 8edfa8d commit 04ff39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class IgxPivotHeaderRowComponent extends IgxGridHeaderRowComponent {
210210
}
211211
}
212212

213-
public onFiltersAreaDropdownClick(event, dimension, shouldReattach = true) {
213+
public onFiltersAreaDropdownClick(event, dimension?, shouldReattach = true) {
214214
let dim = dimension || this.grid.filterDimensions[0];
215215
let col;
216216
while (dim) {

0 commit comments

Comments
 (0)