From 56bf31066dbba323d6ad5cf09b4ea35c00c40c18 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 10:39:12 -0500 Subject: [PATCH] Separating the revoke client functionality from the main vpn lists. --- src/app/components/VPN/CreateVPNClientDialog.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/VPN/CreateVPNClientDialog.jsx b/src/app/components/VPN/CreateVPNClientDialog.jsx index 30f1cf3..6f90550 100644 --- a/src/app/components/VPN/CreateVPNClientDialog.jsx +++ b/src/app/components/VPN/CreateVPNClientDialog.jsx @@ -23,7 +23,7 @@ const CreateVPNClientDialog = ( { open, onClose, onCreate }) => { value={useStaticIp} onChange={(e) => setUseStaticIp(e.target.value)} fullWidth - variant='standard'> + variant='outlined'> Dynamic IP Static IP -- 2.43.0