Skip to content
Snippets Groups Projects
Commit 3c27b11b authored by D'Abrantes, Felipe (UG - Comp Sci & Elec Eng)'s avatar D'Abrantes, Felipe (UG - Comp Sci & Elec Eng) Committed by Kirby, Matt J (UG - Comp Sci & Elec Eng)
Browse files

Applied msg suyggestion

parent ba9b05a8
No related branches found
No related tags found
1 merge request!24Fe questions and posts (This one is big)
......@@ -30,7 +30,7 @@ const QuestionSubmit: FC<PropsWithChildren<QuestionSubmitProps>> = ({
const handleSubmit = async (e: FormEvent) => {
e.preventDefault();
if (!dailyResponse) {
setError("Can't submit an empty response!");
setError("Can't post an empty Daily!");
} else {
const endpoint = `${process.env.NEXT_PUBLIC_FEED_SERVICE_URL}daily/create`;
const JsonData = JSON.stringify({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment