Skip to content

Commit

Permalink
WFNEWS-2358 : Remove array brackets (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp authored Jul 24, 2024
1 parent f5597e2 commit 22314b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export class IncidentHeaderPanelComponent implements AfterViewInit, OnInit {
},
});
} else {
this.router.navigate([this.params['source']]);
this.router.navigate(this.params['source']);
}
} else {
this.router.navigate([ResourcesRoutes.DASHBOARD]);
Expand Down

0 comments on commit 22314b2

Please sign in to comment.