small fix

This commit is contained in:
kochetkov 2024-11-27 10:59:57 +03:00
parent cb61d78069
commit faeb4ca03c

View file

@ -16,7 +16,7 @@ import {ProgressIndicationService} from "@webbpm/base-package";
})
export class WebbpmComponent {
public headerVisible: boolean = true;
public footerVisible: boolean = true;
public footerVisible: boolean = false;
constructor(private router: Router,
private progressIndicationService: ProgressIndicationService) {