Merge pull request #518 from makeplane/feat/custom_error_page
feat: custom error page
This commit is contained in:
commit
a0ce3f0be6
2 changed files with 22 additions and 3 deletions
|
|
@ -35,6 +35,8 @@ const WorkspacePage: NextPage = () => {
|
|||
workspaceSlug ? () => userService.userWorkspaceDashboard(workspaceSlug as string) : null
|
||||
);
|
||||
|
||||
hi = "hi";
|
||||
|
||||
return (
|
||||
<AppLayout noHeader={true}>
|
||||
<div className="h-full w-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue