Use textarea for unintended DMs (#668)
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
c33d4b9b01
commit
2f8aeefe73
|
@ -430,6 +430,7 @@ export function LnAddrWithdrawal () {
|
||||||
<>
|
<>
|
||||||
{addrOptions.commentAllowed &&
|
{addrOptions.commentAllowed &&
|
||||||
<Input
|
<Input
|
||||||
|
as='textarea'
|
||||||
label={<>comment <small className='text-muted ms-2'>optional</small></>}
|
label={<>comment <small className='text-muted ms-2'>optional</small></>}
|
||||||
name='comment'
|
name='comment'
|
||||||
maxLength={addrOptions.commentAllowed}
|
maxLength={addrOptions.commentAllowed}
|
||||||
|
|
Loading…
Reference in New Issue