mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Update subview switch condition (no-changelog) (#4688)
This commit is contained in:
@@ -374,7 +374,7 @@ export default mixins(
|
||||
this.sendSortingTelemetry();
|
||||
},
|
||||
loading(value) {
|
||||
if (!value && this.shouldSwitchToAllSubview) {
|
||||
if (!value && this.subviewResources.length === 0 && this.shouldSwitchToAllSubview) {
|
||||
this.isOwnerSubview = false;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user