We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e29c41 commit 34fdfd9Copy full SHA for 34fdfd9
1 file changed
AddressOwnershipTool.Web/ClientApp/src/app/home/home.component.html
@@ -19,7 +19,7 @@
19
<small>Directory path is required.</small>
20
</div>
21
<div *ngIf="directoryForm.get('directoryPath')?.errors?.directoryNotFound" class="invalid-feedback">
22
- <small>Directory not found. {{directoryForm.get('directoryPath')?.errors?.directoryNotFound}}</small>
+ <small>Directory not found.</small>
23
24
25
<button type="submit" class="btn btn-primary" [disabled]="!directoryForm.get('directoryPath')?.valid">Submit</button>
0 commit comments