Skip to content

Commit

Permalink
OP-1307: make status picker always read only in claim detail (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolkowski authored May 16, 2023
1 parent d1da9d0 commit 58ebfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ClaimChildPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class ClaimChildPanel extends Component {
itemFormatters.push(
(i, idx) => (
<PublishedComponent
readOnly={!forReview && readOnly}
readOnly={true}
pubRef="claim.ApprovalStatusPicker"
withNull={false}
withLabel={false}
Expand Down

0 comments on commit 58ebfc6

Please sign in to comment.