mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
fix(editor): Fix opening 'Schema' view by default after opening binary nodes (#13676)
This commit is contained in:
parent
8790a0df3d
commit
3cd34b5af6
|
|
@ -1171,7 +1171,7 @@ function init() {
|
|||
} else if (displayMode.value === 'binary') {
|
||||
ndvStore.setPanelDisplayMode({
|
||||
pane: props.paneType,
|
||||
mode: 'table',
|
||||
mode: 'schema',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user