Add missing hints

This commit is contained in:
ekzyis 2024-07-07 10:32:01 +02:00
parent 6bee659f2f
commit ebe741dc92
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ export const fields = [
'optional if from ',
React.createElement('a', { href: 'https://en.wikipedia.org/wiki/Certificate_authority', target: '_blank', rel: 'noreferrer' }, 'CA'),
' (e.g. voltage)'),
hint: 'hex or base64 encoded',
clear: true
}
]

View File

@ -97,7 +97,7 @@ export default function WalletSettings () {
}
function WalletFields ({ wallet: { config, fields } }) {
return fields.map(({ name, label, type, help, optional, hint, ...props }, i) => {
return fields.map(({ name, label, type, help, optional, ...props }, i) => {
const rawProps = {
...props,
name,