From 6b15da73bbdd452679cd73e260286c75046c4593 Mon Sep 17 00:00:00 2001 From: kochetkov Date: Tue, 21 Oct 2025 12:01:13 +0300 Subject: [PATCH] hide footer --- frontend/src/ts/modules/webbpm/component/webbpm.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {