fix navigate after create path

This commit is contained in:
David Tsay 2022-01-18 11:19:35 -08:00
parent 5a44931537
commit 6e2437b09e

View File

@ -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('/');