From 07681241c006225c67e1d771652afeaa8f2335a8 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 8 Feb 2024 14:20:13 +0200 Subject: [PATCH] [develop | DONE | CHANGED]: contact.component.ts: Do not request page help contents (helptexts). --- explore/src/app/contact/contact.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/contact/contact.component.ts b/explore/src/app/contact/contact.component.ts index 410d9a18..d421ce75 100644 --- a/explore/src/app/contact/contact.component.ts +++ b/explore/src/app/contact/contact.component.ts @@ -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; }