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
|
const { data: users } = await admin
|
||||||
.from('users')
|
.from('users')
|
||||||
.select('id, name, department')
|
.select('id, name, department')
|
||||||
.eq('role', 'capa_owner')
|
.eq('active', true)
|
||||||
.order('name')
|
.order('name')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user