Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user