Fix ModelView logging error (#13410)

This commit is contained in:
Charles Gagnon
2020-11-13 14:40:00 -08:00
committed by GitHub
parent 99e3da5b48
commit 76781d6cf4

View File

@@ -48,7 +48,6 @@ export default class GroupContainer extends ContainerBase<GroupLayout, GroupCont
@Inject(forwardRef(() => ElementRef)) el: ElementRef,
@Inject(ILogService) logService: ILogService) {
super(changeRef, el, logService);
this.collapsed = false;
}
ngAfterViewInit(): void {