mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 12:35:48 +00:00
fix navigate after create path
This commit is contained in:
parent
5a44931537
commit
6e2437b09e
@ -108,7 +108,7 @@ export default class CreateAction extends PropertiesAction {
|
||||
}
|
||||
|
||||
const url = '#/browse/' + objectPath
|
||||
.map(object => object && this.openmct.objects.makeKeyString(object.identifier.key))
|
||||
.map(object => object && this.openmct.objects.makeKeyString(object.identifier))
|
||||
.reverse()
|
||||
.join('/');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user