Skip to content

Commit 2e35911

Browse files
Update core/src/components/datetime/datetime.tsx
Co-authored-by: Maria Hutt <[email protected]>
1 parent 5f41ff3 commit 2e35911

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
@@ -2410,7 +2410,7 @@ export class Datetime implements ComponentInterface {
24102410
month: _month,
24112411
day,
24122412
year: _year,
2413-
isAdjacentDay: isAdjacentDay,
2413+
isAdjacentDay,
24142414
});
24152415
}
24162416
}}

0 commit comments

Comments
 (0)