From 257e2e4073d1525a816140de726ff3f6952bb28d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 2 Dec 2021 11:54:47 +0100 Subject: [PATCH] pass apollo client to nav guards --- admin/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/main.js b/admin/src/main.js index e6f5a80e1..6a59f1cc7 100644 --- a/admin/src/main.js +++ b/admin/src/main.js @@ -75,7 +75,7 @@ Vue.use(Toasted, { }, }) -addNavigationGuards(router, store) +addNavigationGuards(router, store, apolloProvider.defaultClient) new Vue({ moment,