Skip to content

Commit

Permalink
fix(mapping) fix crashing data-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Jan 22, 2025
1 parent 2edacce commit 35b00e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h5 class="card-title mb-0">{{ 'Import.FieldMapping.Title' | translate }}</h5>
<form>
<div
class="form-group"
[attr.data-qa]="'import-fieldmapping-' + '-' + Import.FieldMapping.MappingName"
[attr.data-qa]="'import-fieldmapping-' + '-' + Import?.FieldMapping?.MappingName"
>
<label
for="mappingName"
Expand Down

0 comments on commit 35b00e7

Please sign in to comment.