fix: default call emergency on yellow

This commit is contained in:
devthejo 2025-05-14 09:06:55 +02:00
parent c07f9c138a
commit 3b027b6b63

View file

@ -14,7 +14,7 @@ export default function SACFieldAlert(props) {
setValue("notifyRelatives", true);
break;
case "yellow":
setValue("callEmergency", false);
setValue("callEmergency", true);
setValue("notifyRelatives", true);
break;
case "green":