Removing Prisma and Grapql-nestjs-prisma resolvers (#2574)
* Some cleaning * Fix seeds * Fix all sign in, sign up flow and apiKey optimistic rendering * Fix
This commit is contained in:
@ -16,10 +16,6 @@ export const getPageTitleFromPath = (pathname: string): string => {
|
||||
return 'Create Workspace';
|
||||
case AppPath.CreateProfile:
|
||||
return 'Create Profile';
|
||||
case AppPath.PeoplePage:
|
||||
return 'People';
|
||||
case AppPath.CompaniesPage:
|
||||
return 'Companies';
|
||||
case AppPath.TasksPage:
|
||||
return 'Tasks';
|
||||
case AppPath.OpportunitiesPage:
|
||||
|
||||
Reference in New Issue
Block a user