diff --git a/apps/app/components/labels/single-label-group.tsx b/apps/app/components/labels/single-label-group.tsx index 055dfef68..f4320e97e 100644 --- a/apps/app/components/labels/single-label-group.tsx +++ b/apps/app/components/labels/single-label-group.tsx @@ -53,7 +53,7 @@ export const SingleLabelGroup: React.FC = ({ .patchIssueLabel(workspaceSlug as string, projectId as string, label.id, { parent: null, }) - .then((res) => { + .then(() => { mutate(PROJECT_ISSUE_LABELS(projectId as string)); }); }; @@ -108,7 +108,8 @@ export const SingleLabelGroup: React.FC = ({ {child.name}