diff options
| author | benal01 <bja4245@rit.edu> | 2025-03-17 18:25:19 -0400 | 
|---|---|---|
| committer | benal01 <bja4245@rit.edu> | 2025-03-17 18:25:19 -0400 | 
| commit | 88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6 (patch) | |
| tree | 363e124e6770f35c211752cb473c0318d7810f0a /ufund-ui/src/app/components/cupboard | |
| parent | 59119fb799ea27d4bffcf793f768538ad202cd85 (diff) | |
| download | JellySolutions-88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6.tar.gz JellySolutions-88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6.tar.bz2 JellySolutions-88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6.zip  | |
search needs with timeout to throttle api calls
Diffstat (limited to 'ufund-ui/src/app/components/cupboard')
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.ts | 2 | 
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 e3f33ac..adc38b0 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.ts +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.ts @@ -19,7 +19,7 @@ needs: any;        this.close();        this.openmenu();      } -     +      selectedNeed: any = {        name: '',        id: null,  | 
