mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-24 19:10:53 +02: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