From: charleswrayjr Date: Tue, 9 Sep 2025 16:08:16 +0000 (-0500) Subject: Separating the revoke client functionality from the main vpn lists. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.css?a=commitdiff_plain;h=6259c90985d10c93c5743112ef1fb30e6be0bdb7;p=phs-admin.git Separating the revoke client functionality from the main vpn lists. --- 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}/>} + + ) });