mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 20:58:15 +00:00
[Add] Add missing dependency
...to support caching of domain objects created during edit mode.
This commit is contained in:
@ -394,7 +394,8 @@ define([
|
|||||||
"implementation": Instantiate,
|
"implementation": Instantiate,
|
||||||
"depends": [
|
"depends": [
|
||||||
"capabilityService",
|
"capabilityService",
|
||||||
"identifierService"
|
"identifierService",
|
||||||
|
"cacheService"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user