Require labels to be set on labeling task and setting up basic storybook stories for tasks

This commit is contained in:
Keith Stevens
2023-01-16 18:51:01 +09:00
parent a42f2cd3ed
commit a2f68c7259
6 changed files with 18 additions and 4 deletions
@@ -20,6 +20,7 @@ const handler = withoutRole("banned", async (req, res, token) => {
} catch (err) {
console.error(err);
res.status(500).json(err);
return;
}
// Store the task and link it to the user..