]> gitweb.hhaalo.de Git - speisekarten-editor.git/commitdiff
change: visible title form after submit
authorBastian Dehn <hhaalo@arcor.de>
Mon, 6 Jun 2022 11:09:04 +0000 (13:09 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 6 Jun 2022 11:09:04 +0000 (13:09 +0200)
src/app/app.component.ts

index b56a235219ac79d9c23cb1ae1fadecfa2f817c36..063ca36659fc3945f0dab18065ed3a52dc57cc46 100644 (file)
@@ -45,5 +45,6 @@ export class AppComponent
                        Title: this.title,
                        Subtitles: []
                });
+               this.formTitleVisible = false;
        }
 }