This commit is contained in:
Peter Maquiran
2022-10-11 14:53:48 +01:00
parent c2e9770153
commit a2fdfca19d
3 changed files with 14 additions and 26 deletions
@@ -69,16 +69,15 @@ export class NewGroupPage implements OnInit{
this.showDuration = event.detail.checked;
if(event.detail.checked){
if(event.detail.checked) {
this.thedate = new Date();
}
else{
else {
this.thedate = '';
}
}
close() {
// this.addGroupMessage.emit();
if(this.link) {
this.RouteService.goBack();
this.dataService.set("link", false);