mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-26 00:05:45 +00:00
refactor(FE-114): remove unnecessary FieldMessage component from checkbox
This commit is contained in:
@@ -589,7 +589,6 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
<tr>
|
<tr>
|
||||||
{type !== 'detail' && (
|
{type !== 'detail' && (
|
||||||
<th>
|
<th>
|
||||||
<div className='flex flex-col items-start gap-2'>
|
|
||||||
<input
|
<input
|
||||||
type='checkbox'
|
type='checkbox'
|
||||||
className='checkbox'
|
className='checkbox'
|
||||||
@@ -610,8 +609,6 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<FieldMessage message={null} isVisible={false} />
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
)}
|
)}
|
||||||
<th>Feed Name</th>
|
<th>Feed Name</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user