Added corporate display to Tickets table
This commit is contained in:
@@ -32,3 +32,7 @@ export const TicketStatusLabel: { [key in TicketStatus]: string } = {
|
||||
"in-progress": "In Progress",
|
||||
completed: "Completed",
|
||||
};
|
||||
|
||||
export interface TicketWithCorporate extends Ticket {
|
||||
corporate?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user