1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-22 22:59:41 +02:00

hotfix: tame typescript beast

This commit is contained in:
Hayden 2022-06-20 16:48:39 -08:00
parent f122c382e9
commit 5db4dedc3f

View file

@ -54,7 +54,7 @@ export default defineComponent({
get() {
return itemLocal.value;
},
set(v) {
set(v: string) {
itemUTC.value = timeLocalToUTC(v);
itemLocal.value = v;
},