-
-
Notifications
You must be signed in to change notification settings - Fork 342
Rename table header to 'Data Types' and remove 'Molecular Profile' #5210
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
Rename table header to 'Data Types' and remove 'Molecular Profile' #5210
Conversation
cdd0c1e
to
77ae193
Compare
|
||
export enum MultiSelectionTableColumnKey { | ||
GENE = 'Gene', | ||
MOLECULAR_PROFILE = 'Molecular Profile', |
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.
@viveak910 this seems risky. the enum is named "...key" which suggests perhaps it is used for logical purposes somewhere. If in fact it is only a label, lets rename the enum
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.
otherwise, maybe we can create an override or something on the component
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.
made this change
{columnKey} | ||
</div> | ||
); | ||
return <></>; |
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.
@viveak910 this is a more surgical fix i think
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.
Got it, thanks @alisman ! That makes sense — a more surgical fix indeed. Appreciate the clarity 🙌
Fix cBioPortal/cbioportal#11579
What does this PR do?
Integration Tests
✅ Integration tests passed successfully after this change with no issues.
Checks