Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-05 10:49:22 +09:00
2 changed files with 42 additions and 2 deletions

View File

@@ -508,7 +508,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">