We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31025e1 commit caef0d9Copy full SHA for caef0d9
2 files changed
apps/app/src/app/(app)/[orgId]/people/dashboard/components/EmployeesOverview.tsx
@@ -47,6 +47,7 @@ export async function EmployeesOverview() {
47
where: {
48
organizationId: organizationId,
49
deactivated: false,
50
+ isActive: true,
51
},
52
include: {
53
user: true,
apps/app/src/app/(app)/[orgId]/people/page.tsx
@@ -45,6 +45,7 @@ export default async function PeoplePage({ params }: { params: Promise<{ orgId:
45
46
organizationId: orgId,
user: {
0 commit comments