We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8705eb9 + 338302c commit 8d62ca3Copy full SHA for 8d62ca3
1 file changed
demo/graph-tutorial/src/NewEvent.tsx
@@ -87,7 +87,7 @@ class NewEvent extends React.Component<AuthComponentProps, NewEventState> {
87
timeZone: this.props.user.timeZone
88
},
89
end: {
90
- dateTime: this.state.start,
+ dateTime: this.state.end,
91
92
93
// Only add if a body was given
0 commit comments