mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
feat(editor): Add "Rendered" display mode to the logs view (#14994)
This commit is contained in:
@@ -641,7 +641,6 @@ describe('RunData', () => {
|
||||
initialState: {
|
||||
[STORES.SETTINGS]: SETTINGS_STORE_DEFAULT_STATE,
|
||||
[STORES.NDV]: {
|
||||
outputPanelDisplayMode: displayMode,
|
||||
activeNodeName: 'Test Node',
|
||||
},
|
||||
[STORES.WORKFLOWS]: {
|
||||
@@ -696,6 +695,7 @@ describe('RunData', () => {
|
||||
// @ts-expect-error allow missing properties in test
|
||||
workflowNodes,
|
||||
}),
|
||||
displayMode,
|
||||
},
|
||||
global: {
|
||||
stubs: {
|
||||
|
||||
Reference in New Issue
Block a user