diff --git a/Data/Server/WebUI/src/Flow_Editor.jsx b/Data/Server/WebUI/src/Flow_Editor.jsx
index cd6b71e..813f75b 100644
--- a/Data/Server/WebUI/src/Flow_Editor.jsx
+++ b/Data/Server/WebUI/src/Flow_Editor.jsx
@@ -57,7 +57,8 @@ export default function FlowEditor({
const edgeStyles = {
step: "step",
curved: "bezier",
- straight: "straight"
+ straight: "straight",
+ smoothstep: "smoothstep"
};
const animationStyles = {
@@ -416,6 +417,7 @@ export default function FlowEditor({
+