fix(WEB): 주문등록 수정 및 통합리스트 템플릿 기능 보강
- OrderRegistration 수정 - IntegratedListTemplateV2 기능 확장 (+42줄) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -378,7 +378,7 @@ export function OrderRegistration({
|
||||
// 폼 콘텐츠 렌더링
|
||||
const renderFormContent = useCallback(
|
||||
() => (
|
||||
<div className="space-y-6 max-w-4xl">
|
||||
<div className="space-y-6">
|
||||
{/* Validation 에러 Alert */}
|
||||
{Object.keys(fieldErrors).length > 0 && (
|
||||
<Alert className="bg-red-50 border-red-200">
|
||||
|
||||
Reference in New Issue
Block a user