misspelt bruhh
This commit is contained in:
parent
7cae49ab97
commit
cf9208cf53
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const MultiLogs = () => {
|
|||
setPages([...pages, newPage]);
|
||||
setPageTitle("");
|
||||
setOpen(false);
|
||||
router.push(`/admin/multi-pages/${slug}`);
|
||||
router.push(`/admin/multi-logs/${slug}`);
|
||||
toast({ description: "Page created successfully" });
|
||||
} else {
|
||||
const errorData = await response.json();
|
||||
|
|
Loading…
Reference in a new issue