revert previous change

This commit is contained in:
Isaac Wise
2024-02-10 16:25:38 -06:00
parent 080be856cc
commit fda782ec44
4 changed files with 3 additions and 4 deletions
@@ -29,7 +29,6 @@ export default function BulkEditLinksModal({ onClose }: Props) {
if (!submitLoader) {
setSubmitLoader(true);
const load = toast.loading("Updating...");
const response = await updateLinks(selectedLinks, updatedValues);