From 3d3b91a209c5f9d67763f111ddca1acc45437c6d Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Mon, 17 Jul 2023 17:03:27 +0300 Subject: [PATCH] fix: Remove duplicate source control preferences fetching (no-changelog) (#6675) fix: remove duplicate source control preferences fetching (no-changelog) --- packages/editor-ui/src/App.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/editor-ui/src/App.vue b/packages/editor-ui/src/App.vue index e5ed5fa0e..f61cefc27 100644 --- a/packages/editor-ui/src/App.vue +++ b/packages/editor-ui/src/App.vue @@ -257,9 +257,6 @@ export default defineComponent({ await this.checkForCloudPlanData(); await this.initBanners(); - if (this.sourceControlStore.isEnterpriseSourceControlEnabled) { - await this.sourceControlStore.getPreferences(); - } void this.checkForCloudPlanData(); void this.postAuthenticate();