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