Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have the "Invalid repository ID format" error include details on why the input is invalid #8

Open
tylere opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tylere
Copy link

tylere commented Oct 21, 2024

When creating a new repository, the Repository ID field may return the error message "Invalid repository ID format" without any information on why the ID is invalid. The error message should give some indication of why the input is invalid.

@kbgg
Copy link
Contributor

kbgg commented Oct 22, 2024

We’re using zod for the schema validation and react-hook-forms so this should be a quick “update the message and properly display it in the form” fix

@kbgg kbgg added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants