mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
Fix the browser back button in Open MCT (#3526)
Fixes Open MCT back button. Co-authored-by: Joshi <simplyrender@gmail.com>
This commit is contained in:
@ -78,7 +78,7 @@ export default class RemoveAction {
|
||||
.map(object => this.openmct.objects.makeKeyString(object.identifier))
|
||||
.join("/");
|
||||
|
||||
window.location.href = '#/browse/' + urlPath;
|
||||
this.openmct.router.navigate('#/browse/' + urlPath);
|
||||
}
|
||||
|
||||
removeFromComposition(parent, child) {
|
||||
|
Reference in New Issue
Block a user