mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
hotfix: tame typescript beast
This commit is contained in:
@@ -54,7 +54,7 @@ export default defineComponent({
|
||||
get() {
|
||||
return itemLocal.value;
|
||||
},
|
||||
set(v) {
|
||||
set(v: string) {
|
||||
itemUTC.value = timeLocalToUTC(v);
|
||||
itemLocal.value = v;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user