mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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:
@@ -306,7 +306,7 @@ function handleChangeCollapsingColumn(columnName: string | null) {
|
||||
<template>
|
||||
<RunData
|
||||
ref="runDataRef"
|
||||
:class="$style.runData"
|
||||
:class="[$style.runData, { [$style.runDataV2]: isNDVV2 }]"
|
||||
:node="node"
|
||||
:workflow="workflow"
|
||||
:run-index="runIndex"
|
||||
@@ -490,6 +490,10 @@ function handleChangeCollapsingColumn(columnName: string | null) {
|
||||
.runData {
|
||||
background-color: var(--color-run-data-background);
|
||||
}
|
||||
|
||||
.runDataV2 {
|
||||
background-color: var(--color-ndvv2-run-data-background);
|
||||
}
|
||||
.outputTypeSelect {
|
||||
margin-bottom: var(--spacing-4xs);
|
||||
width: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user