feat: implemented basic add and remove functions

ref: N25B-450
This commit is contained in:
JGerla
2026-01-14 16:46:50 +01:00
parent b3b77b94ad
commit f174623a4c
2 changed files with 48 additions and 12 deletions

View File

@@ -308,7 +308,7 @@ const useFlowStore = create<FlowState>(UndoRedo((set, get) => ({
return { ruleRegistry: registry };
})
},
...editorWarningRegistry,
...editorWarningRegistry(get, set),
}))
);