mirror of
https://github.com/nasa/openmct.git
synced 2025-01-14 00:40:06 +00:00
Add log
This commit is contained in:
parent
2854074307
commit
46202b4f3a
@ -126,6 +126,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(activeRole);
|
||||
const status = await this.openmct.user.status.getStatusForRole(activeRole);
|
||||
if (status !== undefined) {
|
||||
this.setStatus({ status });
|
||||
|
Loading…
Reference in New Issue
Block a user