Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Sep 10, 2024
1 parent 17a1c65 commit 6297bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
});
})
.catch((error: any) => {
console.error('Error autosaving workflow: ', error);
console.error('Error saving workflow: ', error);
})
.finally(() => {
setIsRunningSave(false);
Expand Down

0 comments on commit 6297bd9

Please sign in to comment.