AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix: Resolve TypeError regeneratedDataset is null error #304

Closed nozomione closed 1 week ago

nozomione commented 10 months ago

Context

Related PR : https://github.com/AlexsLemonade/refinebio-web/pull/289 (merged)

The TypeError occurs when the download option has not been changed before regenerating the dataset (which prevents the form from being submitted) and it needs to be addressed.

Screenshot 2023-12-20 at 2 59 57 PM

Problem or idea

Resolve the TypeError so that the form can be submitted for regeneration of the dataset.

Solution or next step

Fix the TypeError above in the download files summary section.