]> 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:48:47 +0000 (09:48 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 14:48:47 +0000 (09:48 -0500)
src/app/views/VPN/CreateVPNClientDialog.jsx

index 25c2b27e9acd973c21afee9bb588a91b6b15e5ff..3806c93b9b3d3aaaaf25557ab7d92b68bf5b36cb 100644 (file)
@@ -19,7 +19,6 @@ const CreateVPNClientDialog = ( { open, onClose, onCreate }) => {
                                                fullWidth
                                        />
                                        <Select
-                                               variant='contained'
                                                value={useStaticIp}
                                                onChange={(e) => setUseStaticIp(e.target.value)}
                                                fullWidth