-
Notifications
You must be signed in to change notification settings - Fork 406
Bugfix/ri 7625 handle no such index error #5044
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
Bugfix/ri 7625 handle no such index error #5044
Conversation
Code Coverage - Backend unit tests
Test suite run success2952 tests passing in 286 suites. Report generated by 🧪jest coverage report action from 4292825 |
Code Coverage - Frontend unit tests
Test suite run success5162 tests passing in 677 suites. Report generated by 🧪jest coverage report action from 4292825 |
<Spacer size="xl" /> | ||
</StyledHeader> | ||
<HorizontalRule margin="xs" /> | ||
<Divider colorVariable="separatorColor" className={styles.divider} /> |
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.
why move back to the divider? importing the styles from the browser add-key seems wrong to me.
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.
if it is just the color for the horizontal rule, this could have been adjusted ...
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.
@dantovska I moved to the same component we use for delimiter in other places.
Agree about styles... ctrl+c - ctrl+v... will fix it
Fixed error handling during index creation
In additional fixed create index layout