Skip to content

Commit ed5e170

Browse files
committed
Remove unused dependency
1 parent eddd01d commit ed5e170

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

desktop/src/app/components/widgets/document-picker.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ChangeDetectorRef, Component, EventEmitter, Input, OnChanges, Output, ViewChild } from '@angular/core';
1+
import { Component, EventEmitter, Input, OnChanges, Output, ViewChild } from '@angular/core';
22
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
33
import { I18n } from '@ngx-translate/i18n-polyfill';
44
import * as tsfun from 'tsfun';
@@ -48,7 +48,6 @@ export class DocumentPickerComponent implements OnChanges {
4848
constructor(private datastore: Datastore,
4949
private loading: Loading,
5050
private messages: Messages,
51-
private changeDetectorRef: ChangeDetectorRef,
5251
private i18n: I18n) {}
5352

5453

0 commit comments

Comments
 (0)