Fix funny error
This commit is contained in:
@ -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",
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user