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