chore: pages content update, empty state for recent pages (#637)

This commit is contained in:
Aaryan Khandelwal 2023-03-31 02:51:39 +05:30 committed by GitHub
parent 0c94b494ed
commit 65ddcb6d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 14 deletions

View file

@ -63,6 +63,8 @@ export const CreateUpdatePageModal: React.FC<Props> = ({ isOpen, handleClose, da
);
onClose();
router.push(`/${workspaceSlug}/projects/${projectId}/pages/${res.id}`);
setToastAlert({
type: "success",
title: "Success!",