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 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;
}        

@krosy1337 krosy1337 merged commit e9b918f into main Oct 19, 2023
4 checks passed
@krosy1337 krosy1337 deleted the add-top-tables-links branch October 19, 2023 11:52
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