Remove alert

This commit is contained in:
Peter Maquiran
2021-07-14 19:04:33 +01:00
parent abdb5bb3de
commit 11b0c28301
@@ -147,7 +147,7 @@ export class NewPublicationPage implements OnInit {
}
async save(){
async save() {
this.injectValidation()
this.runValidation()
@@ -219,10 +219,8 @@ export class NewPublicationPage implements OnInit {
}
else {
let time = new Date()
alert(time)
this.publication = {
DateIndex: time,
DocumentId:null,