feat: refs #8039 canceledError not notify #850

Merged
alexm merged 17 commits from 8039-canceledError_not_notify into dev 2024-10-24 12:44:19 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ee31bc8262 - Show all commits

View File

@ -3,7 +3,6 @@ import { useSession } from 'src/composables/useSession';
import { Router } from 'src/router';
import useNotify from 'src/composables/useNotify.js';
import { useStateQueryStore } from 'src/stores/useStateQueryStore';
import { CanceledError } from 'axios';
const session = useSession();
const { notify } = useNotify();