Skip to content

Commit

Permalink
Add corresponding component code.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed Jun 2, 2021
1 parent a50a46b commit 381bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/src/app/file-browse/file-browse.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <any> res;
},
Expand Down

0 comments on commit 381bf6f

Please sign in to comment.