mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Fix schema view bugs (#14734)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -22,6 +22,7 @@ type Props = {
|
||||
preview?: boolean;
|
||||
locked?: boolean;
|
||||
lockedTooltip?: string;
|
||||
runIndex?: number;
|
||||
};
|
||||
|
||||
const props = defineProps<Props>();
|
||||
@@ -48,6 +49,7 @@ const emit = defineEmits<{
|
||||
:data-node-type="nodeType"
|
||||
:data-target="!locked && 'mappable'"
|
||||
:data-node-name="nodeName"
|
||||
:data-run-index="runIndex"
|
||||
class="pill"
|
||||
:class="{
|
||||
'pill--highlight': highlight,
|
||||
|
||||
Reference in New Issue
Block a user