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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
will cause the name field to be prepopulated with somename from the URL params.
However, the filename validation does not run in this scenario until you start typing something, so this initial value never gets validated and can result in trying to create a duplicate bot project.
Version
main as of 10/20/2020
Browser
Electron distribution
Chrome
Safari
Firefox
Edge
OS
macOS
Windows
Ubuntu
To Reproduce
Steps to reproduce the behavior:
Open Dev Tools
enter into console: location.href ="http://localhost:3000/projects/create/<template-name>?name=<duplicate-bot-name>"
Observer no duplicate error
Expected behavior
The initial value from the URL params should be validated when the field is populated.