SUPPORT-9430: fixes
This commit is contained in:
parent
8981e1b7a7
commit
c1265ee2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import {Subscription} from "rxjs";
|
|||
templateUrl: './../../../../../src/resources/template/webbpm/mfe-webbpm.html',
|
||||
styleUrls: ['./../../../../../src/resources/css/style.css'],
|
||||
})
|
||||
export class MfeWebbpmComponent implements OnDestroy{
|
||||
export class MfeWebbpmComponent implements OnDestroy {
|
||||
public headerVisible: boolean = true;
|
||||
public footerVisible: boolean = true;
|
||||
private subscription: Subscription;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue