You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we put a custom URL that already exists, the web page shows the error message "custom end already exists" but the reset button doesn't work here now.
The text was updated successfully, but these errors were encountered:
@sahil-ramagiri when you worked on #29 , after that I added the reset button. But when the provided custom_url already exists, and the error message comes, reset button doesn't work.
How to rectify it?
when the page loads with error message the default values for form fields are those urls, so the reset button can only reset back to these values, to resolve this you have to set the value of input elems to empty string with js, I don't no any other easy way.
When we put a custom URL that already exists, the web page shows the error message "custom end already exists" but the reset button doesn't work here now.
The text was updated successfully, but these errors were encountered: