aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.ts
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-17 22:02:12 -0400
committerbenal01 <bja4245@rit.edu>2025-03-17 22:02:12 -0400
commit7dead0216c5847ed808bebaae106137be19784d4 (patch)
treebaa28f9d259e438953618aa88a637c4311a4a307 /ufund-ui/src/app/components/dashboard/dashboard.component.ts
parent3f8a523dbbfcbfed875adc383d91ef6143b651cb (diff)
downloadJellySolutions-7dead0216c5847ed808bebaae106137be19784d4.tar.gz
JellySolutions-7dead0216c5847ed808bebaae106137be19784d4.tar.bz2
JellySolutions-7dead0216c5847ed808bebaae106137be19784d4.zip
back button for needs and dashboard
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.ts b/ufund-ui/src/app/components/dashboard/dashboard.component.ts
index dd323c4..48c5894 100644
--- a/ufund-ui/src/app/components/dashboard/dashboard.component.ts
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.ts
@@ -8,4 +8,8 @@ import { Component } from '@angular/core';
})
export class DashboardComponent {
constructor() {}
+
+ back() {
+ window.history.back();
+ }
}