chore: pages content update, empty state for recent pages (#637)
This commit is contained in:
parent
0c94b494ed
commit
65ddcb6d79
5 changed files with 27 additions and 14 deletions
|
|
@ -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!",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue