From 6259c90985d10c93c5743112ef1fb30e6be0bdb7 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 11:08:16 -0500 Subject: [PATCH] Separating the revoke client functionality from the main vpn lists. --- src/app/views/VPN/VPN.jsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index c5839bb..9b5dcb4 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -45,13 +45,14 @@ const VPN = () => { ], data: availableClients, renderTopToolbarCustomActions: () => ( - + <> + {createOpen && setCreateOpen(false)} onCreate={handleCreateClientSubmit}/>} + + ) }); -- 2.43.0