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

Downloads #100

Merged
merged 33 commits into from
Aug 18, 2023
Merged

Downloads #100

merged 33 commits into from
Aug 18, 2023

Conversation

jpfisher72
Copy link
Member

@jpfisher72 jpfisher72 commented Aug 15, 2023

@vercel
Copy link

vercel bot commented Aug 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screen ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 18, 2023 8:17pm

renderInput={(params) => <TextField {...params} label={"Search for a Biosample"} />}
getOptionLabel={(biosample: BiosampleUMAP) => biosample.displayname + " — Exp ID: " + biosample.experimentAccession}
blurOnSelect
onChange={(event, value: any) => setSearched(value)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

since event is not being used here, it can be replaced with , onChange={(, value: any) => setSearched(value)}

fullWidth
onClick={() => {
if (selectedAssay && selectedAssay.assembly !== variant.assembly || selectedAssay.assay !== variant.assay) {
router.push(`./downloads?tab=2&assembly=${variant.assembly}&assay=${variant.assay}`)
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do we need to add . here ? router.push(./downloads?....)

@jpfisher72 jpfisher72 merged commit fae9a8e into main Aug 18, 2023
3 checks passed
@jpfisher72 jpfisher72 deleted the Downloads branch August 18, 2023 20:19
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.

3 participants