Create custom flow UI
This commit is contained in:
@@ -56,7 +56,7 @@ describe("createFlowStateSchema", () => {
|
||||
it("accepts known fields and passthrough keys", () => {
|
||||
const r = createFlowStateSchema.safeParse({
|
||||
title: "My rule",
|
||||
currentStep: "cards",
|
||||
currentStep: "communication-methods",
|
||||
customField: { nested: [1, 2] },
|
||||
});
|
||||
expect(r.success).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user