diff --git a/packages/admin/src/components/repairs/ticket-photos.tsx b/packages/admin/src/components/repairs/ticket-photos.tsx index 1e2757c..b529a79 100644 --- a/packages/admin/src/components/repairs/ticket-photos.tsx +++ b/packages/admin/src/components/repairs/ticket-photos.tsx @@ -4,7 +4,7 @@ import { queryOptions } from '@tanstack/react-query' import { api } from '@/lib/api-client' import { useAuthStore } from '@/stores/auth.store' import { Button } from '@/components/ui/button' -import { ImageIcon, Plus, Trash2 } from 'lucide-react' +import { FileText, ImageIcon, Plus, Trash2 } from 'lucide-react' import { toast } from 'sonner' interface FileRecord { @@ -140,22 +140,43 @@ function PhotoSection({
No photos
) : (