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

Improve history UI #2590

Merged
merged 18 commits into from
Jul 11, 2022
Merged

Improve history UI #2590

merged 18 commits into from
Jul 11, 2022

Conversation

Kadrian
Copy link
Collaborator

@Kadrian Kadrian commented Jul 11, 2022

No description provided.

@Kadrian Kadrian requested a review from awildturtok July 11, 2022 10:04
@Kadrian Kadrian merged commit b0fd4f9 into develop Jul 11, 2022
@delete-merged-branch delete-merged-branch bot deleted the improve-history-ui branch July 11, 2022 10:13
Comment on lines +177 to +181
c.semantics.length > 0 && c.semantics[0].type === "CONCEPT_COLUMN",
),
secondaryIds: columns.filter(
(c) =>
c.semantics.length > 0 && c.semantics[0].type === "SECONDARY_ID",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wouldn't bet on there being only 1 semantic per column.

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