fix(alert-preferences): country/region selections#2376
Conversation
|
4b0c183 to
3a26bfc
Compare
frozenhelium
left a comment
There was a problem hiding this comment.
Let's also add a short description on email alerts and also about the source and maybe a bit about the what to expect in the content of alert (Montandon)
| // NOTE: Email alerts only supports 3 disasters at the moment | ||
| const disasterTypeOptions = [ | ||
| { | ||
| id: 2, | ||
| name: 'Earthquake', | ||
| }, | ||
| { | ||
| id: 4, | ||
| name: 'Cyclone', | ||
| }, | ||
| { | ||
| id: 12, | ||
| name: 'Flood', | ||
| }, | ||
| ]; |
There was a problem hiding this comment.
Let's add these with translations
b41c6d6 to
26c44fc
Compare
ffca48f to
725de70
Compare
725de70 to
bee72a2
Compare
Summary
Fix the glitchy behaviour of region and country selections
Depends On
IFRCGo/go-api#2648
Changes
This PR Ensures:
console.logstatements meant for debugging