Skip to content

Commit

Permalink
Fix tag creation on chat screen - fix #47
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed May 22, 2024
1 parent a7acaf5 commit 9c7eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/controllers/TagController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const store = async (req: Request, res: Response): Promise<Response> => {
const tag = await CreateService({
name,
color,
kanban,
kanban: kanban || null,
companyId
});

Expand Down

0 comments on commit 9c7eb39

Please sign in to comment.