From 4659da739055a561cbc46088f39f40f083447102 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 13 Nov 2017 12:30:11 +0300 Subject: [PATCH] Added missing variables that prevents skeleton from building as it is --- src/app/main/quick-panel/quick-panel.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/main/quick-panel/quick-panel.component.ts b/src/app/main/quick-panel/quick-panel.component.ts index 25657a97..f389e9c3 100644 --- a/src/app/main/quick-panel/quick-panel.component.ts +++ b/src/app/main/quick-panel/quick-panel.component.ts @@ -10,6 +10,8 @@ export class FuseQuickPanelComponent implements OnInit { date: Date; settings: any; + notes = []; + events = []; constructor() {