hide footer

This commit is contained in:
kochetkov 2025-10-21 12:01:13 +03:00
parent 71973a77aa
commit 6b15da73bb

View file

@ -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) {