Skip to content

Commit e7bdd2e

Browse files
committed
Update HomeInput.tsx
1 parent 941abb7 commit e7bdd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend_react/src/components/content/HomeInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ const HomeInput: React.FC<HomeInputProps> = ({
6464
} else {
6565
// plan_id is not valid, handle accordingly
6666
console.log('Invalid plan:', response.status);
67-
showToast("Failed to create plan.", "error");
67+
showToast("Failed to create plan", "error");
6868
}
6969
} catch (error) {
7070
console.error("Failed to create plan:", error);
71-
showToast("Something went wrong.", "error");
71+
showToast("Something went wrong", "error");
7272
} finally {
7373
setSubmitting(false);
7474
}

0 commit comments

Comments
 (0)