Skip to content

Commit e033e36

Browse files
Update core/src/components/datetime/datetime.tsx
Co-authored-by: Maria Hutt <[email protected]>
1 parent 448d170 commit e033e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,7 @@ export class Datetime implements ComponentInterface {
23902390
month: _month,
23912391
day,
23922392
year: _year,
2393-
isAdjacentDay: isAdjacentDay,
2393+
isAdjacentDay,
23942394
});
23952395

23962396
// multiple only needs date info, so we can wipe out other fields like time

0 commit comments

Comments
 (0)