Merge pull request #518 from makeplane/feat/custom_error_page

feat: custom error page
This commit is contained in:
sphynxux 2023-03-24 01:12:29 +05:30 committed by GitHub
commit a0ce3f0be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 3 deletions

View file

@ -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">