From e0928d6ec5e8cfdef1a5f2b63a522332e9cdfa0f Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Tue, 28 Mar 2023 01:50:55 +0530 Subject: [PATCH] fix: default label color (#551) * feat: block sync * fix: default label color --- apps/app/components/labels/single-label-group.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}