Skip to content

Commit

Permalink
[#1078] Fix readonly to make it ediable
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jan 25, 2024
1 parent ac6a034 commit bb444e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/approvals/ApprovalDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const ApprovalDetail = ({
updateCell={updateCell}
resetCell={resetCell}
disabled={!!dataLoading}
readonly={!approve || readonly}
readonly={!approve}
/>
),
},
Expand Down

0 comments on commit bb444e5

Please sign in to comment.