mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
fix(recents): fix vue warnings after target animation (#6203)
This commit is contained in:
parent
9c784398b3
commit
cc1bf47f5a
@ -315,7 +315,7 @@ export default {
|
||||
}
|
||||
},
|
||||
targetedPathAnimationEnd() {
|
||||
this.targetedPath = undefined;
|
||||
this.targetedPath = null;
|
||||
},
|
||||
treeItemSelection(item) {
|
||||
this.selectedItem = item;
|
||||
|
@ -62,7 +62,7 @@ export default {
|
||||
},
|
||||
targetedPath: {
|
||||
type: String,
|
||||
required: true
|
||||
default: null
|
||||
},
|
||||
selectedItem: {
|
||||
type: Object,
|
||||
|
Loading…
Reference in New Issue
Block a user