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
If an input field contains an error, the form is not able to be re-submitted even after the issue has been addressed.
The only way to fix it is to reload the page.
To reproduce:
Navigate to a Project on the Hub
Add a new GitHub source
Enter stenci.la as the Url
Click Create Source button
See Not a valid GitHub URL. error
Fix the Url value by entering https://github.com/stencila/hub/blob/master/README.md
Click Create Source button
🐛 Nothing happens, error is still shown
Reload page, and enter correct Url from step 6
Source is successfully created
As part of this issue, we should verify that this bug is not present on other forms.
The text was updated successfully, but these errors were encountered:
If an input field contains an error, the form is not able to be re-submitted even after the issue has been addressed.
The only way to fix it is to reload the page.
To reproduce:
stenci.la
as theUrl
Create Source
buttonNot a valid GitHub URL.
errorUrl
value by enteringhttps://github.com/stencila/hub/blob/master/README.md
Create Source
buttonUrl
from step 6As part of this issue, we should verify that this bug is not present on other forms.
The text was updated successfully, but these errors were encountered: