-
Notifications
You must be signed in to change notification settings - Fork 0
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
Downloads #100
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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)} |
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.
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}`) |
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.
why do we need to add . here ? router.push(./downloads?....
)
Vercel Deployment: https://screen-git-downloads-weng-lab.vercel.app/