mirror of
https://github.com/nasa/openmct.git
synced 2025-01-15 01:10:51 +00:00
Cleanup
This commit is contained in:
parent
7388b488f1
commit
af1fc68766
@ -94,7 +94,6 @@ export default {
|
|||||||
this.openmct.user.status.off('pollQuestionChange', this.setPollQuestion);
|
this.openmct.user.status.off('pollQuestionChange', this.setPollQuestion);
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
console.log('mounted')
|
|
||||||
this.unsubscribe = [];
|
this.unsubscribe = [];
|
||||||
await this.fetchUser();
|
await this.fetchUser();
|
||||||
this.fetchPossibleStatusesForUser();
|
this.fetchPossibleStatusesForUser();
|
||||||
|
Loading…
Reference in New Issue
Block a user