[develop | DONE | CHANGED]: contact.component.ts: Do not request page help contents (helptexts).

This commit is contained in:
Konstantina Galouni 2024-02-08 14:20:13 +02:00
parent ee00eaaebf
commit 07681241c0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export class ContactComponent implements OnInit {
this.updateTitle(this.pageTitle);
this.updateDescription(this.description);
this.reset();
this.getPageContents();
// this.getPageContents();
this.sending = false;
}