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]);
|
setPages([...pages, newPage]);
|
||||||
setPageTitle("");
|
setPageTitle("");
|
||||||
setOpen(false);
|
setOpen(false);
|
||||||
router.push(`/admin/multi-pages/${slug}`);
|
router.push(`/admin/multi-logs/${slug}`);
|
||||||
toast({ description: "Page created successfully" });
|
toast({ description: "Page created successfully" });
|
||||||
} else {
|
} else {
|
||||||
const errorData = await response.json();
|
const errorData = await response.json();
|
||||||
|
|
Loading…
Reference in a new issue