mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Do not show new NDV for sticky notes (#17537)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
@@ -373,7 +373,7 @@ function handleChangeCollapsingColumn(columnName: string | null) {
|
||||
|
||||
<template>
|
||||
<RunData
|
||||
:class="$style.runData"
|
||||
:class="[$style.runData, { [$style.runDataV2]: isNDVV2 }]"
|
||||
:node="currentNode"
|
||||
:nodes="isMappingMode ? rootNodesParents : parentNodes"
|
||||
:workflow="workflow"
|
||||
@@ -644,6 +644,10 @@ function handleChangeCollapsingColumn(columnName: string | null) {
|
||||
background-color: var(--color-run-data-background);
|
||||
}
|
||||
|
||||
.runDataV2 {
|
||||
background-color: var(--color-ndvv2-run-data-background);
|
||||
}
|
||||
|
||||
.mappedNode {
|
||||
padding: 0 var(--spacing-s) var(--spacing-s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user