We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf4115 commit 0e1b84fCopy full SHA for 0e1b84f
src/app/component/mapping/mapping.component.html
@@ -186,8 +186,8 @@
186
>
187
</td>
188
<td>
189
- <ng-container *ngIf="item.ActivityName && item.ActivityName.length > 0">
190
- {{ item.ActivityName | slice : 0 : 32767 }}</ng-container
+ <ng-container *ngIf="item.activityName && item.activityName.length > 0">
+ {{ item.activityName | slice : 0 : 32767 }}</ng-container
191
192
193
0 commit comments