This commit is contained in:
Peter Maquiran
2021-08-25 11:51:02 +01:00
parent f469fa0588
commit 40667918ff
6 changed files with 41 additions and 10 deletions
@@ -67,7 +67,7 @@ export class NewEventPage implements OnInit {
public stepMinute = 5;
public stepSecond = 5;
public color: ThemePalette = 'primary';
recurringTypes: any;
recurringTypes = []
selectedRecurringType: any;
@Input() profile:string;