wejlab / curatedTBExplorer

This is the repository for the curatedTBExplorer shiny interface to view and analyze the curatedTBData
Other
1 stars 0 forks source link

Continue Button Error Handling #3

Closed Alevarias closed 2 months ago

Alevarias commented 3 months ago

Typically, if the continue button on the first page is selected without any selected studies, it prints out a message prompting selection of a study. However, in the case that you HAVE selected a study and THEN deselected it, it doesn't show message and attempts single-thread download. (Luckily it doesn't interrupt the app or any other following process)

Alevarias commented 2 months ago

Technically, there isn't a continue button anymore, so issue is void. No page breaking errors on the first page anymore due to error handling tho.