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

@@ -253,7 +253,7 @@ export default {
return this.maximized ? "--prism-height: 76vh" : "--prism-height: 70vh";
},
},
created() {
mounted() {
if (!!this.script) {
this.localScript.id = this.script.id;
this.localScript.name = this.script.name;