Skip to content
Snippets Groups Projects
Commit 27f27ca8 authored by Charlotte Hausman's avatar Charlotte Hausman Committed by Sam Kagan
Browse files

try triggering pipeline build for web container

parent 1cb9db38
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ export class WsHeaderComponent implements OnInit {
) {
}
/**
* OnClick method that redirects the user to the Active Requests Page of the current capability type
*/
public goToActiveRequestsPage() {
// Set the previous capability as selected if it's found in storage
const activeRequestsPageUrl = (this.storageService.getSession(WsHeaderComponent.previousCapabilityKey)) ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment