diff --git a/src/app/(modules)/ticket/[ticketId]/components/actions/RepairEvidenceForm.tsx b/src/app/(modules)/ticket/[ticketId]/components/actions/RepairEvidenceForm.tsx index 768638a..dfdc95c 100644 --- a/src/app/(modules)/ticket/[ticketId]/components/actions/RepairEvidenceForm.tsx +++ b/src/app/(modules)/ticket/[ticketId]/components/actions/RepairEvidenceForm.tsx @@ -41,7 +41,7 @@ function MediaDropzone({ disabled={disabled} onClick={() => inputRef.current?.click()} className={cn( - 'flex w-full items-center gap-3 rounded-lg border border-dashed px-4 py-3 text-left transition-colors', + 'flex w-full items-center cursor-pointer gap-3 rounded-lg border border-dashed px-4 py-3 text-left transition-colors', 'hover:border-primary/50 hover:bg-muted/30', disabled && 'pointer-events-none opacity-60', file && 'border-primary/40 bg-muted/20', @@ -92,7 +92,7 @@ function ImageSlot({ }: ImageSlotProps) { if (file && previewUrl) { return ( -