-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update CSV Error Import Dialog Styling #1456
base: dev
Are you sure you want to change the base?
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1456 +/- ##
==========================================
- Coverage 45.97% 45.96% -0.01%
==========================================
Files 910 909 -1
Lines 23698 23702 +4
Branches 3493 3498 +5
==========================================
Hits 10895 10895
- Misses 12189 12193 +4
Partials 614 614 ☔ View full report in Codecov by Sentry. |
<Typography variant="body2">{error.header ?? 'N/A'}</Typography> | ||
</Stack> | ||
<Stack> | ||
<Typography variant="body2" fontWeight={700}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: The previous version also handled "values", which are the available options the user can enter for the specific cell (if applicable). ie: ['red', 'blue', ...]
CSVErrorsTableOptionsMenu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quality Gate passedIssues Measures |
Links to Jira Tickets
Description of Changes