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