mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
fix: Remove duplicate source control preferences fetching (no-changelog) (#6675)
fix: remove duplicate source control preferences fetching (no-changelog)
This commit is contained in:
parent
f233a3c59a
commit
3d3b91a209
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue