-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: removed hca specific config from lungmap (#4287) #4295
Conversation
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.
Niiiice thank you @jpaten !
} as ListConfig<SamplesResponse>, | ||
listView: { | ||
subTitleHero: hcaSubTitleHero, | ||
}, |
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.
Hi @jpaten, would you mind removing the listView
from samplesEntityConfig
lines 207-209
.
listView: { | ||
subTitleHero: hcaSubTitleHero, | ||
}, |
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.
Hi @jpaten would you mind removing listView
from the projectsEntityConfig
; lines 258-260
.
id: HCA_DCP_CATEGORY_KEY.FILE_NAME, | ||
}, | ||
} as ListConfig<FilesResponse>, | ||
listView: { |
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.
Hi @jpaten would you mind removing listView
from filesEntityConfig
. Thank you!
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.
Hi @jpaten nice work! I have a few change requests - removal of bits that LungMAP shouldn't inherit from HCA.
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.
Hi sorry @jpaten - just a few minor changes and this PR should be good to go!
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.
Hi @jpaten, this is looking good - thank you! I have one change request and then I think it should be good to go.
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.
👏🏽 WOOT thank you @jpaten !
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.
Thanks!
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.
LGTM, thanks Jonah!
Ticket
Closes #4287 .
Reviewers
@frano-m .
Changes