Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix funny error
  • Loading branch information
regalijan committed Nov 2, 2024
1 parent 4e5a46e commit e552593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/short-links.tsx
Expand Up @@ -76,7 +76,7 @@ export default function () {

toast({
description: `Link ${path} was successfully deleted.`,
onCloseComplete: location.reload,
onCloseComplete: () => location.reload(),
status: "success",
title: "Deleted",
});
Expand Down

0 comments on commit e552593

Please sign in to comment.