Skip to content

Commit aef8de5

Browse files
MKirovaMKirova
authored andcommitted
Fix merge issue.
1 parent edad726 commit aef8de5

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-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class IgxPivotRowComponent extends IgxRowDirective<IgxPivotGridComponent>
8787
public ngOnChanges(changes: SimpleChanges) {
8888
if (changes.rowData) {
8989
// generate new rowDimension on row data change
90-
this.rowDimension = [];
90+
this.rowDimensionData = [];
9191
const rowDimConfig = this.grid.rowDimensions;
9292
this.extractFromDimensions(rowDimConfig, 0);
9393
}

0 commit comments

Comments
 (0)