mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Added missing variables that prevents skeleton from building as it is
This commit is contained in:
parent
2a5d15694c
commit
4659da7390
|
@ -10,6 +10,8 @@ export class FuseQuickPanelComponent implements OnInit
|
||||||
{
|
{
|
||||||
date: Date;
|
date: Date;
|
||||||
settings: any;
|
settings: any;
|
||||||
|
notes = [];
|
||||||
|
events = [];
|
||||||
|
|
||||||
constructor()
|
constructor()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user