Skip to content

Commit

Permalink
chore: minor styling buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Oct 26, 2023
1 parent 9f06a7f commit 5fc5b16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const ResultMetadata = ({
Approve
</Button>
<Button
color="danger"
disabled={
data[caseNumner].approved === 'rejected' ||
data[caseNumner].approved === 'approved'
Expand All @@ -159,6 +160,7 @@ const ResultMetadata = ({
Reject
</Button>
<Button
variant="outlined"
disabled={data[caseNumner].approved === 'pending'}
onClick={onResetClick}
>
Expand Down

0 comments on commit 5fc5b16

Please sign in to comment.