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