diff options
Diffstat (limited to 'ufund-ui/src/app/components/cupboard')
| -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 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>  | 
