diff options
| author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 23:04:17 -0400 | 
|---|---|---|
| committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 23:04:17 -0400 | 
| commit | 2b847078b7af4ade35461b8af52352bc88994be3 (patch) | |
| tree | f0e87e1e97489303bcfea09c9958556d20541863 | |
| parent | 49b1dab1d6619515e270944dee6efb4eb3cde4df (diff) | |
| download | JellySolutions-2b847078b7af4ade35461b8af52352bc88994be3.tar.gz JellySolutions-2b847078b7af4ade35461b8af52352bc88994be3.tar.bz2 JellySolutions-2b847078b7af4ade35461b8af52352bc88994be3.zip | |
Added status text to update form
| -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 59d77e0..76fdf0a 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -43,6 +43,7 @@          <input type="submit" value="Submit">       </form>      <button (click)="back()">Close</button> +    <span *ngIf="statusText">{{statusText | async}}</span>  </div>  <hr> | 
