fix(WEB): 생산지시 생성 에러 표시 및 Loader2 import 수정

- 생산지시 생성 실패 시 에러 메시지가 UI에 표시되지 않던 문제 수정
- WorkOrderDetail.tsx에서 Loader2 import 누락 수정
This commit is contained in:
2026-01-12 19:11:27 +09:00
parent 495e46fc31
commit 6cd5477eed
2 changed files with 12 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
import { useState, useEffect, useCallback } from 'react';
import { useRouter } from 'next/navigation';
import { FileText, List, AlertTriangle, Play, CheckCircle2 } from 'lucide-react';
import { FileText, List, AlertTriangle, Play, CheckCircle2, Loader2 } from 'lucide-react';
import { ContentLoadingSpinner } from '@/components/ui/loading-spinner';
import { Button } from '@/components/ui/button';
import { Badge } from '@/components/ui/badge';