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

Frontend: Validate: ValidationTable: Add error messages inline #134

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

illume
Copy link
Collaborator

@illume illume commented Aug 21, 2023

So that the error messages are shown below the row with the error.

Fixes #39
npm run storybook

image

@illume illume linked an issue Aug 21, 2023 that may be closed by this pull request
@illume illume force-pushed the inline-error-messages branch 2 times, most recently from 5867a6e to 5bea8ed Compare August 21, 2023 19:30
errorMessage={errorsData}
uploadedData={filesWithErrorsList}
headers={[
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were hardcoded in another spot of the codebase before. At some point these should not be hardcoded, but it's out of scope for this PR.

So that the error messages are shown below the row with the error.
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://agreeable-wave-08a957210-134.centralus.1.azurestaticapps.net

@illume illume merged commit c6c754f into main Aug 22, 2023
4 checks passed
@illume illume deleted the inline-error-messages branch August 22, 2023 06:56
siddheshraze pushed a commit that referenced this pull request Jan 4, 2024
So that the error messages are shown below the row with the error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add in-line error component
2 participants