Skip to content

Commit

Permalink
Merge pull request #93 from openimis/develop
Browse files Browse the repository at this point in the history
MERGING RELEASE branches
  • Loading branch information
delcroip authored May 16, 2023
2 parents dfa065d + 58ebfc6 commit ab038f7
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 ab038f7

Please sign in to comment.