Warn when user enters an out-of-range temperature

This commit is contained in:
Julia Friesel
2018-08-22 13:17:12 +02:00
parent 7538dbdccc
commit 0878135aed
5 changed files with 84 additions and 38 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export default function (showView) {
}
}, {
title: 'Save',
action: () => {
saveAction()
action: async () => {
await saveAction()
showView(dayView)
},
disabledCondition: saveDisabled