fix(nextjs): layout-preview to template-preview in delete custom template
This commit is contained in:
parent
046754d0b1
commit
d44868c75a
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ const GroupLayoutPreview = () => {
|
|||
method: "DELETE",
|
||||
});
|
||||
if (response.ok) {
|
||||
router.push("/layout-preview");
|
||||
router.push("/template-preview");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue