This commit is contained in:
Andras Schmelczer 2019-09-07 21:17:34 +02:00
parent d612678682
commit 3101c973eb
21 changed files with 114 additions and 98 deletions

View file

@ -52,7 +52,6 @@ export class PagesComponent implements OnInit {
}
selectPage(name: string) {
console.log(name);
if (!name) {
if (this.pages && this.pages.length > 0) {
name = this.pages[0].name;