Open malparty opened 8 months ago
When uploading an invalid CSV file (empty, more than 100 keywords, wrong format, ...), the UI application does not show any error message.
[!NOTE] Related to validation, using a success message in HTML should be preferred over using a JavaScript alert().
alert()
Thank you! I'll add proper error handling component for the front-end service. 🙇🏼
Issue
When uploading an invalid CSV file (empty, more than 100 keywords, wrong format, ...), the UI application does not show any error message.
Expected