Skip to content

Commit 7404151

Browse files
authored
chore(DateRangePicker): Fix broken code block
1 parent 3601745 commit 7404151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/daterangepicker/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The `OnChange` event represents a user action - confirmation of the current valu
105105
106106
// the fields are of type object because you can use nullable or non-nullable DateTime
107107
// so you may need to cast them if you want to use the actual DateTime objects
108-
108+
````
109109

110110
## OnOpen
111111

0 commit comments

Comments
 (0)