aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/cupboard/cupboard.component.html
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-26 18:59:55 -0400
committerbenal01 <bja4245@rit.edu>2025-03-26 18:59:55 -0400
commit0549991d0b32de4de544d16478ce5b2782c1809d (patch)
tree45db75acdd74412d454f2e2a8ee63a371019028f /ufund-ui/src/app/components/cupboard/cupboard.component.html
parent0829feb20e60bc6d323dcc0d9376f4feb45115eb (diff)
downloadJellySolutions-0549991d0b32de4de544d16478ce5b2782c1809d.tar.gz
JellySolutions-0549991d0b32de4de544d16478ce5b2782c1809d.tar.bz2
JellySolutions-0549991d0b32de4de544d16478ce5b2782c1809d.zip
use (output) for need edit selection
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.html2
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 c2d146b..4b76f25 100644
--- a/ufund-ui/src/app/components/cupboard/cupboard.component.html
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html
@@ -1,6 +1,6 @@
<div>
<h1> Cupboard </h1>
- <app-need-list [editF]="" #needList></app-need-list>
+ <app-need-list (currentNeed) = populateForm($event) #needList></app-need-list>
</div>
<div *ngIf="isManager()" >
<h2 > Admin View </h2>