diff options
| author | benal01 <bja4245@rit.edu> | 2025-03-17 23:13:18 -0400 | 
|---|---|---|
| committer | benal01 <bja4245@rit.edu> | 2025-03-17 23:13:18 -0400 | 
| commit | ab16240d5b6bba5c62c66876c8cb7b11af565413 (patch) | |
| tree | 7519f68f2c807f5df4492fa7010129cd3f55f524 | |
| parent | 275a6062007380389b7a8f1b8958e8033b4f0925 (diff) | |
| download | JellySolutions-ab16240d5b6bba5c62c66876c8cb7b11af565413.tar.gz JellySolutions-ab16240d5b6bba5c62c66876c8cb7b11af565413.tar.bz2 JellySolutions-ab16240d5b6bba5c62c66876c8cb7b11af565413.zip | |
updated error for form submission
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 172360d..0d64475 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -19,7 +19,7 @@          <input type="submit" value="Submit">      </form>      <button (click)="back()">Close</button> -    <span *ngIf="statusText">{{statusText | async}}</span> +    <span *ngIf="statusText">‼️{{statusText | async}}</span>  </div>  <div id="update-form"> | 
