aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-18 00:41:05 -0400
committerbenal01 <bja4245@rit.edu>2025-03-18 00:41:05 -0400
commita5b811ab467a2225aa316be0e62f661fad2080d2 (patch)
tree7244ce2faac415e30b5b1fb74167c15fa6ade4be
parentb41b2f48247e4260074e4f7fbff57d33d772efa8 (diff)
downloadJellySolutions-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.ts2
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) {