Skip to content

Commit 24d56b2

Browse files
[DSC-2309] fix import, fix lint
1 parent 615d02e commit 24d56b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/thumbnail

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/thumbnail/thumbnail.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component, Inject, OnInit } from '@angular/core';
22

3-
import { BehaviorSubject, Observable, of as observableOf } from 'rxjs';
4-
import { map, switchMap, take } from 'rxjs/operators';
3+
import { BehaviorSubject, Observable, combineLatest, of as observableOf } from 'rxjs';
4+
import { map, switchMap } from 'rxjs/operators';
55
import { TranslateService } from '@ngx-translate/core';
66

77
import { FieldRenderingType, MetadataBoxFieldRendering } from '../metadata-box.decorator';

0 commit comments

Comments
 (0)