Skip to content

Commit

Permalink
fix: volume list always fetched the volumes
Browse files Browse the repository at this point in the history
Fixes podman-desktop#3376

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Aug 3, 2023
1 parent ee01ca2 commit ba7e66e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/renderer/src/lib/volume/VolumesList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ onMount(async () => {
} finally {
fetchingInProgress = false;
}
} else {
// fetch in background
fetchVolumes().catch((error: unknown) => {
console.error('unable to fetch the volumes', error);
});
}
volumesUnsubscribe = filtered.subscribe(value => {
Expand Down

0 comments on commit ba7e66e

Please sign in to comment.