feat(FE-137): disable input field in RecordingForm when type is 'detail'

This commit is contained in:
rstubryan
2025-10-24 14:13:21 +07:00
parent d14fa2ed2b
commit 6114d706ad
@@ -1027,6 +1027,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
wrapper: 'w-full min-w-48',
}}
isSearchable
isDisabled={type === 'detail'}
/>
</td>
<td>