Allow users to enable merging links

This commit is contained in:
Isaac Wise
2024-03-04 23:24:30 -06:00
parent 281b376eac
commit 750aa294d0
7 changed files with 40 additions and 4 deletions
-1
View File
@@ -109,7 +109,6 @@ export default function NewLinkModal({ onClose }: Props) {
toast.success(`Created!`);
onClose();
} else toast.error(response.data as string);
setSubmitLoader(false);
return response;