Skip to content

Commit 76633de

Browse files
jasonjohnmetulev
andcommitted
Added type attribute to events property on agenda component (#687)
Co-authored-by: Nikola Metulev <[email protected]>
1 parent 598cfdc commit 76633de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mgt/src/components/mgt-agenda/mgt-agenda.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ export class MgtAgenda extends MgtTemplatedComponent {
136136
* @type {Array<MicrosoftGraph.Event>}
137137
*/
138138
@property({
139-
attribute: 'events'
139+
attribute: 'events',
140+
type: Array
140141
})
141142
public events: MicrosoftGraph.Event[];
142143

0 commit comments

Comments
 (0)