This commit is contained in:
Drew Ansbacher
2021-08-18 17:42:30 -06:00
committed by Aiden McClelland
parent 9d612a51fc
commit 8cf945b738
2 changed files with 81 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
List not in range
</p>
<p *ngIf="control.hasError('listNotUnique')">
{{ spec['pattern-description'] }}
{{ control.errors.listNotUnique.value }}
</p>
</ng-container>
</div>