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: {}
|
||||
|
||||
@@ -25,6 +25,8 @@ export default async function RoutePage(props: PageParams<{slug: string}>) {
|
||||
|
||||
const projects = await prisma.project.findMany({
|
||||
where: {
|
||||
isArchived: {not: true},
|
||||
|
||||
organization: {
|
||||
slug: organizationSlug,
|
||||
// users: {
|
||||
|
||||
Reference in New Issue
Block a user