feat(extension-requests): add manager queue with quick decisions
This commit is contained in:
@@ -15,6 +15,7 @@ export const ROUTES = {
|
||||
ACCOUNT: '/account',
|
||||
UPLOAD: '/upload',
|
||||
TICKET: '/ticket',
|
||||
EXTENSION_REQUESTS: '/extension-requests',
|
||||
TICKET_DETAIL: (ticketId: string) => `/ticket/${ticketId}`,
|
||||
TICKET_ASSIGN: (ticketId: string) => `/ticket/${ticketId}/assign`,
|
||||
TICKET_REVIEW: (ticketId: string) => `/ticket/${ticketId}/review`,
|
||||
|
||||
Reference in New Issue
Block a user