This commit is contained in:
Peter Maquiran
2022-07-27 16:12:46 +01:00
parent 48dcea0a09
commit 266b09f3a8
6 changed files with 20 additions and 8 deletions
@@ -29,6 +29,8 @@ export class NewGroupPage implements OnInit{
@Input() groupName:string;
@Output() addGroupMessage:EventEmitter<any> = new EventEmitter<any>();
@Output() closeAllDesktopComponents:EventEmitter<any> = new EventEmitter<any>();
constructor(
private pickerController: PickerController,