mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user