1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component/project/Project/CreateProject/NewCreateProjectForm
Thomas Heartman 2c41cbbd3c
fix: validate project names on blur (#7668)
This fix validates the project name when you blur the field in the new
project form. The only instances where it'll be wrong is if you have
just whitespace or an empty string, but you'll be notified immediately.

Also removes some unused variables and parameters that I found.
2024-07-25 12:43:38 +00:00
..
ConfigButtons chore: create shared dialog form template (#7663) 2024-07-25 13:41:09 +02:00
CreateProjectDialog.styles.tsx chore: create shared dialog form template (#7663) 2024-07-25 13:41:09 +02:00
CreateProjectDialog.test.tsx chore: create shared dialog form template (#7663) 2024-07-25 13:41:09 +02:00
CreateProjectDialog.tsx fix: validate project names on blur (#7668) 2024-07-25 12:43:38 +00:00