small fix
This commit is contained in:
parent
cb61d78069
commit
faeb4ca03c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import {ProgressIndicationService} from "@webbpm/base-package";
|
||||||
})
|
})
|
||||||
export class WebbpmComponent {
|
export class WebbpmComponent {
|
||||||
public headerVisible: boolean = true;
|
public headerVisible: boolean = true;
|
||||||
public footerVisible: boolean = true;
|
public footerVisible: boolean = false;
|
||||||
|
|
||||||
constructor(private router: Router,
|
constructor(private router: Router,
|
||||||
private progressIndicationService: ProgressIndicationService) {
|
private progressIndicationService: ProgressIndicationService) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue