fix(nextjs): layout-preview to template-preview in delete custom template

This commit is contained in:
sauravniraula 2025-09-12 03:11:44 +05:45
parent 046754d0b1
commit d44868c75a
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -109,7 +109,7 @@ const GroupLayoutPreview = () => {
method: "DELETE",
});
if (response.ok) {
router.push("/layout-preview");
router.push("/template-preview");
}
}