From f7b31938159274443a288416fadf771c67640fba Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 22 Jun 2025 12:38:24 +0000 Subject: chore: More oxlint changes --- apps/web/components/dashboard/tags/MergeTagModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/web/components/dashboard') diff --git a/apps/web/components/dashboard/tags/MergeTagModal.tsx b/apps/web/components/dashboard/tags/MergeTagModal.tsx index b38c5713..c3ae1e57 100644 --- a/apps/web/components/dashboard/tags/MergeTagModal.tsx +++ b/apps/web/components/dashboard/tags/MergeTagModal.tsx @@ -50,7 +50,7 @@ export function MergeTagModal({ }, }); - const { mutate: mergeTag, isPending: isPending } = useMergeTag({ + const { mutate: mergeTag, isPending } = useMergeTag({ onSuccess: (resp) => { toast({ description: "Tag has been updated!", -- cgit v1.2.3-70-g09d2