fix: default call emergency on yellow

This commit is contained in:
devthejo 2025-05-14 09:06:55 +02:00
parent bf344a1f27
commit 8b5d0621fe

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":