-
Notifications
You must be signed in to change notification settings - Fork 245
feat: error details on update COMPASS-8865 #6778
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
Conversation
packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx
Outdated
Show resolved
Hide resolved
9ac047e to
b574c1e
Compare
packages/compass-e2e-tests/tests/collection-documents-tab.test.ts
Outdated
Show resolved
Hide resolved
packages/compass-e2e-tests/tests/collection-documents-tab.test.ts
Outdated
Show resolved
Hide resolved
packages/compass-e2e-tests/tests/collection-documents-tab.test.ts
Outdated
Show resolved
Hide resolved
a9291df to
7375b3d
Compare
c8bdd3f to
b0944f7
Compare
| spacing, | ||
| withDarkMode, | ||
| ErrorDetailsModal, | ||
| ErrorDetailsModalArea, |
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.
leftover?
| import { | ||
| ConfirmationModalArea, | ||
| DocumentList, | ||
| ErrorDetailsModalArea, |
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.
leftover?
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.
Yeah, thanks for noticing!
Description
Continuing the error details, this time for single update (3 modes). E2E tests added.
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes