From: Bastian Dehn Date: Mon, 6 Jun 2022 11:09:04 +0000 (+0200) Subject: change: visible title form after submit X-Git-Tag: v1.0^2~47 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=ba4fa1279977e97a3ead0a10618b774907261719;p=speisekarten-editor.git change: visible title form after submit --- 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; } }