Skip to content

Commit 5f41ff3

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

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
@@ -2400,7 +2400,7 @@ export class Datetime implements ComponentInterface {
24002400
month: _month,
24012401
day,
24022402
year: _year,
2403-
isAdjacentDay: isAdjacentDay,
2403+
isAdjacentDay,
24042404
},
24052405
isActive
24062406
);

0 commit comments

Comments
 (0)