mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-26 00:05:45 +00:00
refactor(FE-114): enhance layout and structure of RecordingForm component
This commit is contained in:
@@ -346,7 +346,10 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
>
|
||||
{/* Basic Info Card */}
|
||||
<div className='card bg-base-100 shadow mb-4'>
|
||||
<div className='card-body'>
|
||||
<div className='card-body flex flex-col gap-6'>
|
||||
<h2 className='card-title'>Flock</h2>
|
||||
|
||||
<div className='flex flex-col gap-6'>
|
||||
<div className='flex gap-4'>
|
||||
{/*<SelectInput*/}
|
||||
{/* required*/}
|
||||
@@ -464,7 +467,8 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
: 'Pilih Kandang'
|
||||
}
|
||||
/>
|
||||
</div>{' '}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user