tenthe commented on code in PR #2185:
URL: https://github.com/apache/streampipes/pull/2185#discussion_r1394754645


##########
ui/src/app/files/components/file-overview/file-overview.component.ts:
##########
@@ -22,6 +22,7 @@ import { MatTableDataSource } from '@angular/material/table';
 import { MatPaginator } from '@angular/material/paginator';
 import { ConfirmDialogComponent } from '@streampipes/shared-ui';
 import { MatDialog } from '@angular/material/dialog';
+import * as FileSaver from 'file-saver';

Review Comment:
   Just one minor comment. Maybe we can replace this with `import { saveAs } 
from 'file-saver';` 
   I saw that we use the file-saver like you did it in `PipelinesComponent` as 
well, but I guess it is better to import it without the `*`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to