diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 22:17:28 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 22:17:28 -0400 |
commit | 065f90f1f759ed4b97dc22a02e331f7a30eb8ee3 (patch) | |
tree | 43b62366e4d2885f14cf2a376d97486bc77ac85e /ufund-ui/src/app/components/cupboard/cupboard.component.html | |
parent | d1b7b81cbedc673cf6f52ac5745438f95083b78e (diff) | |
download | JellySolutions-065f90f1f759ed4b97dc22a02e331f7a30eb8ee3.tar.gz JellySolutions-065f90f1f759ed4b97dc22a02e331f7a30eb8ee3.tar.bz2 JellySolutions-065f90f1f759ed4b97dc22a02e331f7a30eb8ee3.zip |
Added statusText to components to disable error messages
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 65545e8..59d77e0 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -19,6 +19,7 @@ <input type="submit" value="Submit"> </form> <button (click)="back()">Close</button> + <span *ngIf="statusText">{{statusText | async}}</span> </div> <div id="update-form"> |