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>
{type !== 'detail' && (
<th>
<div className='flex flex-col items-start gap-2'>
<input
type='checkbox'
className='checkbox'
@@ -610,8 +609,6 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
}
}}
/>
<FieldMessage message={null} isVisible={false} />
</div>
</th>
)}
<th>Feed Name</th>