feat: add critical checkbox to the norm node, send it with the program, add test.

ref: N25B-390
This commit is contained in:
Björn Otgaar
2025-12-10 15:38:54 +01:00
parent 8149d67491
commit 062e9e3f38
4 changed files with 67 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ export const NormNodeDefaults: NormNodeData = {
droppable: true,
norm: "",
hasReduce: true,
critical: false,
};