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

Feature/#150 recursive relations are not properly drawn #182

Merged

Conversation

manudous
Copy link
Member

Closed #150

isSelected={relation.id === schema.selectedElementId}
/>
{relation.fromTableId !== relation.toTableId ? (
<DatabaseRelationshipComponent
Copy link
Member

Choose a reason for hiding this comment

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

Let's rename this componenbt to

DaabaseRelationTwoTablesComponent

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@brauliodiez brauliodiez merged commit 3435de3 into main Jan 24, 2024
1 check passed
brauliodiez added a commit that referenced this pull request Feb 1, 2024
…henHoveringOverTableHeaderOrRelation

Change cursor when hovering over table header or relation
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.

Recursive relations are not properly drawn
2 participants