mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
hotfix: tame typescript beast
This commit is contained in:
parent
f122c382e9
commit
5db4dedc3f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default defineComponent({
|
||||||
get() {
|
get() {
|
||||||
return itemLocal.value;
|
return itemLocal.value;
|
||||||
},
|
},
|
||||||
set(v) {
|
set(v: string) {
|
||||||
itemUTC.value = timeLocalToUTC(v);
|
itemUTC.value = timeLocalToUTC(v);
|
||||||
itemLocal.value = v;
|
itemLocal.value = v;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue