mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38: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,
|
||||
"depends": [
|
||||
"capabilityService",
|
||||
"identifierService"
|
||||
"identifierService",
|
||||
"cacheService"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user