Also use 'enabled' for server wallets

This commit is contained in:
ekzyis 2024-07-03 18:55:50 +02:00
parent 645ff78365
commit 9509833b88
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export function AutowithdrawSettings ({ priority }) {
return ( return (
<> <>
<Checkbox <Checkbox
label='make default autowithdraw method' label='enabled'
id='priority' id='priority'
name='priority' name='priority'
/> />