mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on project front side.
This commit is contained in:
@@ -12,7 +12,6 @@ export default async function RoutePage(props: PageParams<{
|
||||
|
||||
const {projectId} = await props.params
|
||||
|
||||
const user = await requiredCurrentUser()
|
||||
const project = await prisma.project.findUnique({
|
||||
where: {
|
||||
id: projectId,
|
||||
|
||||
Reference in New Issue
Block a user