Skip to content

Commit

Permalink
Use Approve for approve peer modal (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Jan 2, 2024
1 parent fa7bc20 commit a3a0e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Peers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ export const Peers = () => {
title: <span className="font-500">Approve peer {name}</span>,
width: 600,
content: content,
okText: "Approve",
onOk() {
record.approval_required = false
dispatch(
Expand Down

0 comments on commit a3a0e63

Please sign in to comment.