Skip to content

Commit

Permalink
fix: initialise inbox view
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Jul 14, 2023
1 parent 1249e96 commit 1ae4ac9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class TaskDashboardComponent implements OnInit, OnChanges {
) {}

ngOnInit(): void {
// this.currentView = DashboardViews.submission;
this.selectedTaskService.currentView$.next(DashboardViews.submission);
this.selectedTaskService.currentView$.subscribe((view) => {
this.currentView = view;
Expand Down

0 comments on commit 1ae4ac9

Please sign in to comment.