mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix(web): date time change reactivity (#17306)
* fix(web): date time change reactivity * remove logs
This commit is contained in:
parent
f434e858ed
commit
20ba800a50
@ -22,7 +22,7 @@
|
||||
<input
|
||||
{...rest}
|
||||
{type}
|
||||
{value}
|
||||
bind:value
|
||||
max={max || fallbackMax}
|
||||
oninput={(e) => (updatedValue = e.currentTarget.value)}
|
||||
onblur={() => (value = updatedValue)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user