feat: make url form readonly

This commit is contained in:
karishmas6
2024-10-19 05:07:46 +05:30
parent 6debcaba43
commit 0ed2149857

View File

@@ -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 />