fix(WEB): 생산지시 생성 에러 표시 및 Loader2 import 수정
- 생산지시 생성 실패 시 에러 메시지가 UI에 표시되지 않던 문제 수정 - WorkOrderDetail.tsx에서 Loader2 import 누락 수정
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user