fix(capa): show all active users in Assigned To dropdown
This commit is contained in:
@@ -28,7 +28,7 @@ export default async function NewCapaPage({ params }: Props) {
|
||||
const { data: users } = await admin
|
||||
.from('users')
|
||||
.select('id, name, department')
|
||||
.eq('role', 'capa_owner')
|
||||
.eq('active', true)
|
||||
.order('name')
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user