Skip to content

Commit a3a0e63

Browse files
authored
Use Approve for approve peer modal (#312)
1 parent fa7bc20 commit a3a0e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Peers.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ export const Peers = () => {
437437
title: <span className="font-500">Approve peer {name}</span>,
438438
width: 600,
439439
content: content,
440+
okText: "Approve",
440441
onOk() {
441442
record.approval_required = false
442443
dispatch(

0 commit comments

Comments
 (0)