diff options
author | benal01 <bja4245@rit.edu> | 2025-03-17 18:30:26 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-17 18:30:26 -0400 |
commit | b0f0589afdb319de8a01cb53f8a89c7265e634ae (patch) | |
tree | 1b634e00111cae569367ccb4e22fcb765292485b /ufund-ui/src/app/components/cupboard/cupboard.component.html | |
parent | 88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6 (diff) | |
download | JellySolutions-b0f0589afdb319de8a01cb53f8a89c7265e634ae.tar.gz JellySolutions-b0f0589afdb319de8a01cb53f8a89c7265e634ae.tar.bz2 JellySolutions-b0f0589afdb319de8a01cb53f8a89c7265e634ae.zip |
remove useless id input for need creation
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 2749850..23aaec7 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -8,8 +8,6 @@ <form #cupboardForm="ngForm" (ngSubmit)="submit(cupboardForm.value)"> <label>Name:</label><br> <input type="text" name="name" ngModel><br> - <label>Id:</label><br> - <input type="number" name="id" ngModel><br> <label>Max Goal:</label><br> <input type="number" name="maxGoal" ngModel><br> <label>Type</label><br> |