Skip to content

Commit

Permalink
fix(mounts-manager): refresh not work around
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jul 7, 2020
1 parent 3cd617e commit 1ac7cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/mounts/mounts.component.ts
Expand Up @@ -59,6 +59,7 @@ export class MountsComponent implements OnInit {
list$: ListMountsFlow;

refresh() {
this.list$.clearCache();
this.listTrigger.next(1);
}

Expand Down

0 comments on commit 1ac7cd2

Please sign in to comment.