diff --git a/component/src/app/file-browse/file-browse.component.ts b/component/src/app/file-browse/file-browse.component.ts index 07a888d..e75e3c4 100644 --- a/component/src/app/file-browse/file-browse.component.ts +++ b/component/src/app/file-browse/file-browse.component.ts @@ -158,7 +158,7 @@ export class FileBrowseComponent implements OnInit { // Update the path let lastBreadcrumbPath = this.breadcrumbPaths[this.breadcrumbPaths.length - 1].path; - this.fileService.getFiles(lastBreadcrumbPath).subscribe( + this.fileService.getFiles(lastBreadcrumbPath, this.filter).subscribe( res => { this.files = res; },