diff options
author | benal01 <bja4245@rit.edu> | 2025-03-18 00:41:05 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-18 00:41:05 -0400 |
commit | a5b811ab467a2225aa316be0e62f661fad2080d2 (patch) | |
tree | 7244ce2faac415e30b5b1fb74167c15fa6ade4be | |
parent | b41b2f48247e4260074e4f7fbff57d33d772efa8 (diff) | |
download | JellySolutions-a5b811ab467a2225aa316be0e62f661fad2080d2.tar.gz JellySolutions-a5b811ab467a2225aa316be0e62f661fad2080d2.tar.bz2 JellySolutions-a5b811ab467a2225aa316be0e62f661fad2080d2.zip |
hide search form on open
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.ts b/ufund-ui/src/app/components/need-list/need-list.component.ts index fb09632..0e808dc 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.ts +++ b/ufund-ui/src/app/components/need-list/need-list.component.ts @@ -24,7 +24,7 @@ export class NeedListComponent { ngOnInit(): void { this.refresh() - // this.close(); + this.close(); } private showElement(element: any) { |