Skip to content
Snippets Groups Projects
Commit f35a7a1d authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Final test of Pipeline

parent f192eabf
No related branches found
No related tags found
No related merge requests found
Pipeline #67366 passed with stages
in 1 minute and 17 seconds
......@@ -20,7 +20,7 @@ function App() {
setTasks(data);
setLoading(false);
} catch (err) {
setError('Failed to fetch tasksssssss');
setError('Failed to fetch tasks');
setLoading(false);
}
};
......
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