We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0364053 commit c293f63Copy full SHA for c293f63
src/timeline/EventBlock.tsx
@@ -7,7 +7,7 @@ export interface Event {
7
start: string;
8
end: string;
9
title: string;
10
- summary: string;
+ summary?: string;
11
color?: string;
12
}
13
0 commit comments