design: LectureCreatePage 디자인 수정
This commit is contained in:
parent
1eaf3f6fa1
commit
f14a7c2095
@ -17,13 +17,12 @@ export default function LectureCreatePage() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>강의 생성</h1>
|
||||
<LectureForm
|
||||
title={'강의 생성'}
|
||||
onSubmit={handleSubmit}
|
||||
onCreate={true}
|
||||
/>
|
||||
</div>
|
||||
<LectureForm
|
||||
title={'강의 홈'}
|
||||
topic={'강의 생성'}
|
||||
to={'..'}
|
||||
onSubmit={handleSubmit}
|
||||
onCreate={true}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
@ -21,14 +21,12 @@ export default function LecutreEditPage() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div>
|
||||
<LectureForm
|
||||
initialValues={initialData}
|
||||
onSubmit={handleSubmit}
|
||||
title={'강의 홈'}
|
||||
topic={'강의 수정'}
|
||||
to={'..'}
|
||||
/>
|
||||
</div>
|
||||
<LectureForm
|
||||
initialValues={initialData}
|
||||
onSubmit={handleSubmit}
|
||||
title={'강의 홈'}
|
||||
topic={'강의 수정'}
|
||||
to={'..'}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user