feat: better error message
This commit is contained in:
@@ -32,7 +32,7 @@ const fetchWorkflow = (id: string, callback: (response: WorkflowFile) => void) =
|
|||||||
throw new Error("No workflow found");
|
throw new Error("No workflow found");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
).catch((error) => { console.log(error.message) })
|
).catch((error) => { console.log(`Failed to fetch workflow:`,error.message) })
|
||||||
};
|
};
|
||||||
|
|
||||||
interface RightSidePanelProps {
|
interface RightSidePanelProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user