Fix bugs
This commit is contained in:
parent
d612678682
commit
3101c973eb
21 changed files with 114 additions and 98 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue