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

feat: add top tables links #564

Merged
merged 3 commits into from
Oct 19, 2023
Merged

feat: add top tables links #564

merged 3 commits into from
Oct 19, 2023

Conversation

krosy1337
Copy link
Contributor

No description provided.

@krosy1337 krosy1337 force-pushed the add-top-tables-links branch from c44850a to 81d3377 Compare October 19, 2023 10:33
@krosy1337 krosy1337 marked this pull request as ready for review October 19, 2023 10:35
<div className={b('cell-with-popover-wrapper')}>
<LinkToSchemaObject
className={b('cell-with-popover-wrapper')}
path={row.Path as string}
Copy link
Member

Choose a reason for hiding this comment

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

It's better to add some check before and pass row.Path without type assertion. Or at least have only String(row.Path)

if (!row.Path) {
   return null;
}        

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants