TSK-1327: Fixed small typo, that prevented proper rendering

This commit is contained in:
Tristan Eisermann 2020-07-16 15:00:09 +02:00 committed by Tristan2357
parent 0e83073202
commit 9bc4714f41
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
<td *ngIf="(accessItemsCustomization$ | async)?.accessId.lookupField else accessIdInput" colspan="2" class="text-align text-width taskana-type-ahead">
<div>
<taskana-shared-type-ahead formControlName="accessId" placeHolderMessage="* Access id is required"
[validationValue]="toogleValidationAccessIdMap.get(index)" [displayError]="!isFieldValid('accessItem.value.accessId', index)"
[validationValue]="toggleValidationAccessIdMap.get(index)" [displayError]="!isFieldValid('accessItem.value.accessId', index)"
[disable]=true></taskana-shared-type-ahead>
</div>
</td>