We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941abb7 commit e7bdd2eCopy full SHA for e7bdd2e
src/frontend_react/src/components/content/HomeInput.tsx
@@ -64,11 +64,11 @@ const HomeInput: React.FC<HomeInputProps> = ({
64
} else {
65
// plan_id is not valid, handle accordingly
66
console.log('Invalid plan:', response.status);
67
- showToast("Failed to create plan.", "error");
+ showToast("Failed to create plan", "error");
68
}
69
} catch (error) {
70
console.error("Failed to create plan:", error);
71
- showToast("Something went wrong.", "error");
+ showToast("Something went wrong", "error");
72
} finally {
73
setSubmitting(false);
74
0 commit comments