fix: small fixes for merge

This commit is contained in:
Björn Otgaar
2026-01-07 13:15:46 +01:00
parent e6b0d7564d
commit d2d4dc1242
3 changed files with 4 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import type { NormNodeData } from "./NormNode";
export const NormNodeDefaults: NormNodeData = {
label: "Norm Node",
droppable: true,
conditions: [],
condition: undefined,
norm: "",
hasReduce: true,
critical: false,