mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
fix
This commit is contained in:
@@ -357,6 +357,7 @@ export class ViewEventPage implements OnInit {
|
||||
this.loadEvent()
|
||||
}, 250);
|
||||
this.isEventEdited = true;
|
||||
console.log('res', res)
|
||||
}
|
||||
});
|
||||
|
||||
@@ -391,6 +392,12 @@ export class ViewEventPage implements OnInit {
|
||||
|
||||
}, 250);
|
||||
this.isEventEdited = true;
|
||||
|
||||
if(res.data.Attendees?.length >= 1) {
|
||||
this.loadedEvent.HasAttachments = true
|
||||
this.getAttachments()
|
||||
}
|
||||
console.log('res', res)
|
||||
}
|
||||
|
||||
this.getAttachments()
|
||||
|
||||
Reference in New Issue
Block a user