Browse Source

biome

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

4
src/components/PageComponents/Config/Security.tsx

@ -199,7 +199,9 @@ export const Security = (): JSX.Element => {
"The public key authorized to send admin messages to this node", "The public key authorized to send admin messages to this node",
validationText: adminKeyValidationText, validationText: adminKeyValidationText,
inputChange: adminKeyInputChangeEvent, inputChange: adminKeyInputChangeEvent,
disabledBy: [{ fieldName: "adminChannelEnabled", invert: true }], disabledBy: [
{ fieldName: "adminChannelEnabled", invert: true },
],
properties: { properties: {
value: adminKey, value: adminKey,
}, },

Loading…
Cancel
Save