Skip to content

Commit d1fed86

Browse files
Update core/src/components/datetime/datetime.tsx
Co-authored-by: Brandy Smith <[email protected]>
1 parent cb835af commit d1fed86

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
@@ -139,7 +139,7 @@ export class Datetime implements ComponentInterface {
139139
hour: 13,
140140
minute: 52,
141141
ampm: 'pm',
142-
hiddenDay: false,
142+
adjacentDay: false,
143143
};
144144

145145
@Element() el!: HTMLIonDatetimeElement;

0 commit comments

Comments
 (0)