Update email code to send an email per EditUserCell
using multiple recipients is break of privacy since user will be able to see each other's emails.
This commit is contained in:
@@ -3,7 +3,7 @@ import { Link, routes } from '@redwoodjs/router'
|
||||
import AdminParts from 'src/components/AdminParts'
|
||||
|
||||
export const QUERY = gql`
|
||||
query PARTS {
|
||||
query PARTS_ADMIN {
|
||||
parts {
|
||||
id
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user