Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jun 27, 2024
1 parent 43097c9 commit 157685a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/pages/main/demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type WorkflowWithVersion = {
};

export async function loader(): Promise<WorkflowWithVersion | null> {
const workflowId = '432bee47-6963-4c57-bf50-bba6bb87d53e';
const workflowId = 'bb0e4710-85cd-4e0e-9bd5-022b3d8142b2';

invariant(workflowId);

Expand Down

0 comments on commit 157685a

Please sign in to comment.