mirror of
https://github.com/nasa/openmct.git
synced 2025-01-21 03:55:31 +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",
|
||||
"name": "Save",
|
||||
"description": "Save changes made to these objects.",
|
||||
"depends": [ "$location" ]
|
||||
"depends": [ "$location" ],
|
||||
"priority": "mandatory"
|
||||
},
|
||||
{
|
||||
"key": "cancel",
|
||||
|
Loading…
Reference in New Issue
Block a user