fix automation components and rework some views and urls

This commit is contained in:
sadnub
2021-10-22 13:13:18 -04:00
parent aa4572f4d3
commit e87a42ebb6
8 changed files with 81 additions and 160 deletions

View File

@@ -184,7 +184,6 @@
<script>
// composition imports
import { ref, computed, watch, onMounted } from "vue";
import { useStore } from "vuex";
import { useDialogPluginComponent } from "quasar";
import { saveTask } from "@/api/tasks";
import { useScriptDropdown } from "@/composables/scripts";