Browse Source

disable the public key input

pull/277/head
Hunter Thornsberry 2 years ago
parent
commit
2b81fc47e2
  1. 2
      src/components/PageComponents/Config/Security.tsx

2
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,
},

Loading…
Cancel
Save