mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-43974 Added dummy error message
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{{ field.validationSummary.message | translate:translateParameters }}
|
||||
</mat-error>
|
||||
<mat-error *ngIf="!field.validationSummary?.message && isInvalidFieldRequired() && isTouched()">
|
||||
{{ 'FORM.FIELD.REQUIRED' | translate }}
|
||||
{{ 'FORM.FIELD.REQUIRED' | translate }} [ADF-TEST]
|
||||
</mat-error>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user