refactor(FE-114): remove unnecessary FieldMessage component from checkbox

This commit is contained in:
rstubryan
2025-10-20 20:20:39 +07:00
parent 966e0886e1
commit 83d31b7047
@@ -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>