nshki / naisho

Send personal data deletion request emails to hundreds of data brokers at once.
https://naisho.app
MIT License
19 stars 0 forks source link

fix: form errors #16

Closed nshki closed 3 months ago

nshki commented 3 months ago

Overview

This fixes the alerts logic in RequesterFormComponent since there was a bug with rendering a single error on the page. Before, we were only checking for multiple errors before rendering an unordered list. Now, we'll render a list of errors, a paragraph for a non-array error, and a regular paragraph for a notice.