From 660d84cadb8bea90523e71e88bbf6e173985c6ae Mon Sep 17 00:00:00 2001 From: Collin Choy Date: Wed, 10 Jul 2024 11:41:21 -0400 Subject: [PATCH] Fix route path is a Promise instead of a function that returns a Promise --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index e45f91abc..37e965eba 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -145,7 +145,7 @@ export function createWorkspaceRouteRecords(components: Partial import('@/components/WorkQueueToWorkPoolQueueRedirect.vue')), }, ], },