mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix type warning
This commit is contained in:
@@ -64,7 +64,7 @@ export const router = createRouter({
|
||||
|
||||
let firstLoad = true;
|
||||
|
||||
export const onBeforeEach: NavigationGuard = async (to, from) => {
|
||||
export const onBeforeEach: NavigationGuard = async (to) => {
|
||||
const appStore = useAppStore();
|
||||
const serverStore = useServerStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user