mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Show appropriate empty workflow list content when instance environment is readonly (#6610)
This commit is contained in:
@@ -225,10 +225,7 @@ export default defineComponent({
|
||||
void this.checkForNewVersions();
|
||||
void this.checkForCloudPlanData();
|
||||
|
||||
if (
|
||||
this.sourceControlStore.isEnterpriseSourceControlEnabled &&
|
||||
this.usersStore.isInstanceOwner
|
||||
) {
|
||||
if (this.sourceControlStore.isEnterpriseSourceControlEnabled) {
|
||||
await this.sourceControlStore.getPreferences();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user