From 6114d706ad05d2148edd307ceb5a247a0da5f5e1 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Fri, 24 Oct 2025 14:13:21 +0700 Subject: [PATCH] feat(FE-137): disable input field in RecordingForm when type is 'detail' --- src/components/pages/production/recording/form/RecordingForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx index f974bdcd..e8853545 100644 --- a/src/components/pages/production/recording/form/RecordingForm.tsx +++ b/src/components/pages/production/recording/form/RecordingForm.tsx @@ -1027,6 +1027,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { wrapper: 'w-full min-w-48', }} isSearchable + isDisabled={type === 'detail'} />