Disable autocomplete for withdrawal invoices (#721)
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
9698679d38
commit
6faec2e7cf
|
@ -230,6 +230,7 @@ export function InvWithdrawal () {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Form
|
<Form
|
||||||
|
autocomplete='off'
|
||||||
initial={{
|
initial={{
|
||||||
invoice: '',
|
invoice: '',
|
||||||
maxFee: maxFeeDefault
|
maxFee: maxFeeDefault
|
||||||
|
|
Loading…
Reference in New Issue