remove 'created' hooks from components and fix agent and script optino dropdowns

This commit is contained in:
sadnub
2021-05-24 14:26:52 -04:00
parent 9df38bdd84
commit 3469709054
43 changed files with 107 additions and 121 deletions

View File

@@ -81,7 +81,7 @@ export default {
});
},
},
created() {
mounted() {
this.getToken();
},
};