Riccardo Balbo 2024-10-22 10:57:14 +02:00
parent bc4b4196f4
commit 00ac89287b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function WalletFields ({ wallet: { config, fields, isConfigured } }) {
...props,
name,
initialValue: config?.[name],
readOnly: isClient && isConfigured && editable === false && !!config?.[name],
readOnly: isClient && editable === false && ((isConfigured && !!config?.[name]) || !!props.value),
groupClassName: props.hidden ? 'd-none' : undefined,
label: label
? (