aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/cupboard/cupboard.component.ts
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-17 18:30:26 -0400
committerbenal01 <bja4245@rit.edu>2025-03-17 18:30:26 -0400
commitb0f0589afdb319de8a01cb53f8a89c7265e634ae (patch)
tree1b634e00111cae569367ccb4e22fcb765292485b /ufund-ui/src/app/components/cupboard/cupboard.component.ts
parent88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6 (diff)
downloadJellySolutions-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.ts')
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.ts b/ufund-ui/src/app/components/cupboard/cupboard.component.ts
index adc38b0..b5726cf 100644
--- a/ufund-ui/src/app/components/cupboard/cupboard.component.ts
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.ts
@@ -77,7 +77,7 @@ needs: any;
console.log(form);
const need: Need = {
name: form.name,
- id: form.id,
+ id: 0, //system will control this
maxGoal: form.maxGoal,
type: GoalType[form.type as keyof typeof GoalType],
filterAttributes: [],