Allow users to enable merging links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user