TSK-1327: Fixed small typo, that prevented proper rendering
This commit is contained in:
parent
0e83073202
commit
9bc4714f41
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue