Updated the tickets to allow agents to also view theirs
This commit is contained in:
@@ -143,6 +143,7 @@ export default function TicketDisplay({ user, ticket, onClose }: Props) {
|
||||
label: `${u.name} - ${u.email}`,
|
||||
})),
|
||||
]}
|
||||
disabled={user.type === "agent"}
|
||||
value={
|
||||
assignedTo
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user