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",
validationText: adminKeyValidationText,
inputChange: adminKeyInputChangeEvent,
disabledBy: [{ fieldName: "adminChannelEnabled", invert: true }],
disabledBy: [
{ fieldName: "adminChannelEnabled", invert: true },
],
properties: {
value: adminKey,
},

Loading…
Cancel
Save