mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 19:44:12 +00:00
Update ts type for handleChange
This commit is contained in:
parent
73ba4d1897
commit
5925f6ef9b
@ -56,7 +56,7 @@ const EthAddressInput = ({
|
||||
closeQrModal()
|
||||
}
|
||||
|
||||
const handleInputChange = (event: { target: { value?: string } | null }) => {
|
||||
const handleInputChange: React.ChangeEventHandler<HTMLInputElement> = (event) => {
|
||||
const { value } = event.target
|
||||
setSelectedEntry({ address: value })
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user