From ba4fa1279977e97a3ead0a10618b774907261719 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 6 Jun 2022 13:09:04 +0200 Subject: [PATCH] change: visible title form after submit --- src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index b56a235..063ca36 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -45,5 +45,6 @@ export class AppComponent Title: this.title, Subtitles: [] }); + this.formTitleVisible = false; } } -- 2.39.5