mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Use Approve for approve peer modal (#312)
This commit is contained in:
@@ -437,6 +437,7 @@ export const Peers = () => {
|
|||||||
title: <span className="font-500">Approve peer {name}</span>,
|
title: <span className="font-500">Approve peer {name}</span>,
|
||||||
width: 600,
|
width: 600,
|
||||||
content: content,
|
content: content,
|
||||||
|
okText: "Approve",
|
||||||
onOk() {
|
onOk() {
|
||||||
record.approval_required = false
|
record.approval_required = false
|
||||||
dispatch(
|
dispatch(
|
||||||
|
|||||||
Reference in New Issue
Block a user