Description{setDescription ? "" : ":"}
@@ -165,7 +169,18 @@ export const EditFlowSettings: React.FC<
Please enter a description
+
+
+
Lock Flow
+ setLocked?.(v)}
+ className="data-[state=checked]:bg-primary ml-auto"
+ data-testid="lock-flow-switch"
+ />
+
+
>
);
};