diff --git a/frontend/src/ts/modules/webbpm/component/webbpm.component.ts b/frontend/src/ts/modules/webbpm/component/webbpm.component.ts index c4e5716..5cb34c1 100644 --- a/frontend/src/ts/modules/webbpm/component/webbpm.component.ts +++ b/frontend/src/ts/modules/webbpm/component/webbpm.component.ts @@ -23,7 +23,7 @@ import {AppFooterComponent} from "./app-footer.component"; }) export class WebbpmComponent { public headerVisible: boolean = true; - public footerVisible: boolean = true; + public footerVisible: boolean = false; constructor(private router: Router, private progressIndicationService: ProgressIndicationService) {