Skip to content

Commit 5a2702c

Browse files
author
Jens Vannerum
committed
fix missing imports after backport
1 parent dabc3b4 commit 5a2702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/search/search-export-csv/search-export-csv.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, Input, OnInit } from '@angular/core';
1+
import { Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';
22
import { Observable } from 'rxjs';
33
import { ScriptDataService } from '../../../core/data/processes/script-data.service';
44
import { getFirstCompletedRemoteData } from '../../../core/shared/operators';

0 commit comments

Comments
 (0)