chore: change worker name with contractor
This commit is contained in:
@@ -22,7 +22,7 @@ export function AssignTicketAction({ ticket }: { ticket: TicketDetail }) {
|
||||
<TicketActionCard icon={UserPlus} title="Assign Ticket">
|
||||
<div className="space-y-4">
|
||||
<div className="space-y-2">
|
||||
<Label>Worker</Label>
|
||||
<Label>Contractor</Label>
|
||||
<AssignableWorkerSelect
|
||||
value={selectedUserId}
|
||||
onValueChange={setSelectedUserId}
|
||||
|
||||
@@ -26,10 +26,10 @@ export function RepairVideoComparison({ ticket }: { ticket: TicketDetail }) {
|
||||
emptyDescription="The source inspection video is not attached to this ticket."
|
||||
/>
|
||||
<ComparisonVideoItem
|
||||
tooltip="Worker repair evidence video"
|
||||
tooltip="Contractor repair evidence video"
|
||||
videoLabel="After"
|
||||
videoUrl={repairVideoUrl}
|
||||
meta="Worker evidence video"
|
||||
meta="Contractor evidence video"
|
||||
emptyTitle={
|
||||
ticket.repair
|
||||
? 'No repair video uploaded'
|
||||
|
||||
Reference in New Issue
Block a user