mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
refactor: a word
This commit is contained in:
parent
ec50a74a92
commit
a72912dd51
@ -92,9 +92,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async onChangeStatus(action) {
|
async onChangeStatus(action) {
|
||||||
if (!this.openmct.user.status.canSetMissionStatus()) {
|
if (!this.openmct.user.status.canSetMissionStatus()) {
|
||||||
this.openmct.notifications.error(
|
this.openmct.notifications.error('Selected user role is ineligible to set mission status');
|
||||||
'Selected user action is ineligible to set mission status'
|
|
||||||
);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user