From 1621f2ab7d0a77352ce8a1aed06b20fffbe2ba0d Mon Sep 17 00:00:00 2001 From: ragilap Date: Tue, 10 Mar 2026 17:34:52 +0700 Subject: [PATCH] fixing disable field detail --- .../production/recording/RecordingTable.tsx | 14 +++----------- .../production/recording/form/RecordingForm.tsx | 17 ++++++----------- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/src/components/pages/production/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx index a83c8d38..d760c313 100644 --- a/src/components/pages/production/recording/RecordingTable.tsx +++ b/src/components/pages/production/recording/RecordingTable.tsx @@ -173,15 +173,7 @@ const RowOptionsMenu = ({ anchorName={popoverAnchorName} className={restrictionInfo.isLocked ? 'text-error' : ''} > - + @@ -218,7 +210,7 @@ const RowOptionsMenu = ({ )} - {!isApproved && !isRejected && ( + {!restrictionInfo.isLocked && !isApproved && !isRejected && ( )} - {!isApproved && !isRejected && ( + {!restrictionInfo.isLocked && !isApproved && !isRejected && (