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();