mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Patching some bugs.
This commit is contained in:
@@ -27,6 +27,7 @@ export default async function RoutePage(props: PageParams<{ slug:string, project
|
||||
const project = await prisma.project.findUnique({
|
||||
where: {
|
||||
id: projectId,
|
||||
isArchived: {not: true}
|
||||
},
|
||||
include:{
|
||||
databases: {}
|
||||
|
||||
Reference in New Issue
Block a user