Update frontend/src/components/Inputs/InputHour.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2023-01-17 11:41:58 +01:00 committed by GitHub
parent 7bcb3c915e
commit 81fee35064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ export default {
},
data() {
return {
currentValue: null,
currentValue: 0,
}
},
computed: {