This PR includes the following proposed change(s):
'Bug' exists where files uploaded from specific areas is flagged "Contains System Files". This error is determined to be generic, and in all likelihood stems from permissions issues with the file system. This is a shortcoming of the File System API, and is not a bug caused by our application
Users can circumvent this by changing the file location of their upload to something local.
Created a disclaimer on the batch upload page, so provide clarity to users, due to error being very generic.
Removed unused imports
Cleaned up some of the logic in the Batch uploading components, in regards to conditional rendering, and prop values
Modified CSS/HTML of Component as simply adding the warning would go 100% width on the page.
Closes #3564
Testing
I could still upload a Batch CSV from my device to the page, and have the information displayed in the results.
Screenshots
Visual Changes
Bold filename
Centered Items now have max-width to avoid stretching across screen
Overview
This PR includes the following proposed change(s):
Testing
Screenshots
Visual Changes
Previous