mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix opening 'Schema' view by default after opening binary nodes (#13676)
This commit is contained in:
@@ -1171,7 +1171,7 @@ function init() {
|
||||
} else if (displayMode.value === 'binary') {
|
||||
ndvStore.setPanelDisplayMode({
|
||||
pane: props.paneType,
|
||||
mode: 'table',
|
||||
mode: 'schema',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user