feat: make url form readonly
This commit is contained in:
@@ -62,6 +62,7 @@ export const UrlForm = ({
|
|||||||
type="text"
|
type="text"
|
||||||
value={address}
|
value={address}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
|
readOnly
|
||||||
/>
|
/>
|
||||||
<UrlFormButton type="submit">
|
<UrlFormButton type="submit">
|
||||||
<KeyboardArrowRightIcon />
|
<KeyboardArrowRightIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user