Fixes: https://tracker.ceph.com/issues/75813
Signed-off-by: Sagar Gopale <sagar.gopale@ibm.com>
<p class="cds--type-label-01 text-helper"
i18n>{{formGroup.get('authType').value === AUTHENTICATION.Bidirectional ? 'All fields are required.' : 'Optional fields.'}}</p>
</div>
- @for (hostDchapKeyItem of hostDchapKeyList.controls; track hostDchapKeyItem.get('host_nqn')?.value; let i = $index) {
+ @for (hostDchapKeyItem of hostDchapKeyList.controls; track $index; let i = $index) {
<div [formGroupName]="i">
<cds-text-label
class="cds-mb-3"