Merge pull request #166 from SDSRV-IDP/yagin-hot-fix
Update DocumentCompareInfo.tsx
This commit is contained in:
commit
a106c96f2a
@ -26,7 +26,7 @@ const DocumentCompareInfo = ({ key, data, selectedFileDataSource, updateRevisedB
|
||||
key: selectedFileDataSource[data]?.[REVIEWED_RESULT] || '3',
|
||||
label: 'Revised',
|
||||
children: <Input
|
||||
style={{ background: shouldRevised ? 'yellow' : '' }}
|
||||
style={{ background: shouldRevised ? 'yellow' : '', padding: '0' }}
|
||||
value={selectedFileDataSource[data]?.[REVIEWED_RESULT]}
|
||||
size='small'
|
||||
onChange={(e) =>
|
||||
@ -66,4 +66,4 @@ const DocumentCompareInfo = ({ key, data, selectedFileDataSource, updateRevisedB
|
||||
)
|
||||
}
|
||||
|
||||
export default DocumentCompareInfo;
|
||||
export default DocumentCompareInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user