fix tests broken by url changes

This commit is contained in:
sadnub
2021-10-25 10:19:07 -04:00
parent 04b4cbfd3f
commit 221be4f3ef

View File

@@ -53,7 +53,7 @@
<script>
// composition imports
import { ref, computed, watch } from "vue";
import { ref, computed } from "vue";
import { useDialogPluginComponent } from "quasar";
import { sendAgentRecovery } from "@/api/agents";
import { notifySuccess } from "@/utils/notify";