]> PHS Git Server - phs-admin.git/commitdiff
Separating the create client functionality from the main vpn lists.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 14:57:06 +0000 (09:57 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 14:57:06 +0000 (09:57 -0500)
src/app/views/VPN/VPN.jsx

index 8906f2035432d8c385c731c3ee2659b67056912a..776495b142160f282005152c40a1bccb5c1a859c 100644 (file)
@@ -116,7 +116,7 @@ const VPN = () => {
               <Button
                 variant="contained"
                 color="secondary"
-                onClick={() => handleRevokeClientSubmit(row.original.name)}
+                onClick={() => handleRevokeClientSubmit(row.original.clientName)}
               >
                 Delete
               </Button>