This commit is contained in:
Khalid Adil 2023-07-12 19:37:59 -05:00
parent 2854074307
commit 46202b4f3a

View File

@ -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 });