Fix funny error

This commit is contained in:
Regalijan 2024-11-01 23:09:39 -04:00
parent 4e5a46e004
commit e55259357f
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -76,7 +76,7 @@ export default function () {
toast({ toast({
description: `Link ${path} was successfully deleted.`, description: `Link ${path} was successfully deleted.`,
onCloseComplete: location.reload, onCloseComplete: () => location.reload(),
status: "success", status: "success",
title: "Deleted", title: "Deleted",
}); });