disable the public key input

This commit is contained in:
Hunter Thornsberry
2024-09-07 20:19:51 -04:00
parent b522113cd7
commit 2b81fc47e2

View File

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