mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 08:36:24 +00:00
[Edit] Remove editor.cancel from SaveActionSpec
This commit is contained in:
parent
1ea7fa3084
commit
31ee92b711
@ -56,7 +56,7 @@ define(
|
||||
);
|
||||
mockEditorCapability = jasmine.createSpyObj(
|
||||
"editor",
|
||||
["save", "cancel", "isEditContextRoot"]
|
||||
["save", "isEditContextRoot"]
|
||||
);
|
||||
mockActionCapability = jasmine.createSpyObj(
|
||||
"actionCapability",
|
||||
|
Loading…
x
Reference in New Issue
Block a user