mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 16:58:04 +00:00
[Frontend] Set priority on Save button to always load first
WTD-1002 WTD-832 Set priority: mandatory on save button to ensure it always loads before cancel button;
This commit is contained in:
parent
feda668e18
commit
df515a037e
@ -51,7 +51,8 @@
|
|||||||
"implementation": "actions/SaveAction.js",
|
"implementation": "actions/SaveAction.js",
|
||||||
"name": "Save",
|
"name": "Save",
|
||||||
"description": "Save changes made to these objects.",
|
"description": "Save changes made to these objects.",
|
||||||
"depends": [ "$location" ]
|
"depends": [ "$location" ],
|
||||||
|
"priority": "mandatory"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cancel",
|
"key": "cancel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user