Skip to content

Commit 8364bb3

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Small fix.
1 parent 03002e9 commit 8364bb3

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.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<!-- Row area -->
120120
<igx-chips-area #rowArea droppable='true'>
121121
<ng-container *ngIf="grid.showPivotConfigurationUI">
122-
<span igxDrop (dropped)="onDimDrop($event, rowArea, 0)"
122+
<span id='empty' igxDrop (dropped)="onDimDrop($event, rowArea, 0)"
123123
*ngIf="grid.rowDimensions.length === 0 && grid.showPivotConfigurationUI"
124124
class='igx-pivot__emptyChipArea'>Drop Row Fields here.</span>
125125
<ng-container *ngFor="let row of grid.rowDimensions; let last = last;">

0 commit comments

Comments
 (0)