Skip to content
Snippets Groups Projects
Commit 7947c0eb authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #15011 TIME 0:05 fix icon

parent 2947110c
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@
*ngIf="adminMode || (arrFormControl['diffusionList'].hasError('required') && arrFormControl['diffusionList'].untouched)"
[class.noMandatory]="!field.mandatory"></i>
<i class="fas fa-exclamation-triangle fieldError"
*ngIf="!adminMode && arrFormControl['diffusionList'].touched && arrFormControl['diffusionList'].hasError('required')"></i>
*ngIf="!adminMode && arrFormControl['diffusionList'].touched && arrFormControl['diffusionList'].status === 'INVALID'"></i>
<i class="fas fa-check fieldFull"
*ngIf="!adminMode && arrFormControl['diffusionList'].valid && !isEmptyField(field)"></i>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment