mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
Rename dialogSeverity to messageServity for reuse with notifications
This commit is contained in:
@ -2,10 +2,11 @@
|
||||
"extensions": {
|
||||
"constants": [
|
||||
{
|
||||
"key": "dialogSeverity",
|
||||
"key": "messageSeverity",
|
||||
"value": {
|
||||
"ERROR": "error",
|
||||
"INFO": "info"
|
||||
"INFO": "info",
|
||||
"SUCCESS": "success"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user