htrc / torchlite-frontend

Torchlite web interface
https://torchlite-htrc.vercel.app
1 stars 0 forks source link

front-end clean the data bug fixes #113

Closed jchristie01 closed 3 months ago

jchristie01 commented 3 months ago

Two 'Clean the Date' bugs were identified by Deren and have been fixed here: the 'Save' button on the upload stopwords modal would enable if the user either uploaded a file or input a correct URL, but did NOT provide a list name; and the child sub-item options in the 'Page Features' were all unchecking if the user simply unchecked one sub-item checkbox. Now the 'Save' button only enables if a title has been provided and an option has been correctly chosen, and now all the sub-item checkboxes operate independently from one another.