Skip to content

Commit

Permalink
Fix bad state name
Browse files Browse the repository at this point in the history
  • Loading branch information
FyreByrd committed Sep 25, 2024
1 parent 9c49c9d commit fd5a826
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export const DefaultWorkflow = setup({
target: 'Terminated'
},
{
guard: { type: 'canJump', params: { target: 'Project Creation' } },
target: 'Project Creation'
guard: { type: 'canJump', params: { target: 'Product Creation' } },
target: 'Product Creation'
},
{
guard: { type: 'canJump', params: { target: 'App Builder Configuration' } },
Expand Down

0 comments on commit fd5a826

Please sign in to comment.