mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[API] Fix ActionDialogDecorator's dependencies
This commit is contained in:
parent
00d0b71080
commit
567bb6fa2a
@ -74,7 +74,7 @@ define([
|
|||||||
type: "decorator",
|
type: "decorator",
|
||||||
provides: "actionService",
|
provides: "actionService",
|
||||||
implementation: ActionDialogDecorator,
|
implementation: ActionDialogDecorator,
|
||||||
depends: ["openmct", "newViews[]"]
|
depends: ["openmct"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
policies: [
|
policies: [
|
||||||
|
Loading…
Reference in New Issue
Block a user