diff --git a/src/components/PageComponents/Config/Security.tsx b/src/components/PageComponents/Config/Security.tsx index 550b55e0..9ede77e2 100644 --- a/src/components/PageComponents/Config/Security.tsx +++ b/src/components/PageComponents/Config/Security.tsx @@ -164,9 +164,9 @@ export const Security = (): JSX.Element => { type: "text", name: "publicKey", label: "Public Key", + disabled: true, description: "Sent out to other nodes on the mesh to allow them to compute a shared secret key", - disabledBy: [{ fieldName: "always" }], properties: { value: publicKey, },