fix: disable miners fee overrides field
This commit is contained in:
parent
c8f5e471be
commit
f7ea781f4e
2 changed files with 10 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ const CheckboxInput = memo(
|
|||
disabledMessage = '',
|
||||
...props
|
||||
}) => {
|
||||
const { name, onChange, value = true } = props.field
|
||||
const { name, onChange, value } = props.field
|
||||
|
||||
const settings = {
|
||||
enabled: enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue