Fix funny error
This commit is contained in:
parent
4e5a46e004
commit
e55259357f
@ -76,7 +76,7 @@ export default function () {
|
||||
|
||||
toast({
|
||||
description: `Link ${path} was successfully deleted.`,
|
||||
onCloseComplete: location.reload,
|
||||
onCloseComplete: () => location.reload(),
|
||||
status: "success",
|
||||
title: "Deleted",
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user