hubmapconsortium / hra-ui

HRA UIs Monorepo (includes HRA Portal, EUI, RUI, ASCT+B Reporter, and more)
MIT License
4 stars 2 forks source link

Fix email to send to in contact modal #318

Closed bherr2 closed 8 months ago

bherr2 commented 8 months ago

The contact modal sets up an email to the sender's email. We need to use a configured email to send it to, cnscntr@indiana.edu (this might change).

See https://github.com/hubmapconsortium/hra-ui/blob/557b9526e997c42e39506593ae403437662f58ea/libs/services/src/lib/contact/contact.impl.ts#L15C29-L15C36 😆