Skip to content

Commit 57aa19f

Browse files
committed
edit get data infinite loop
1 parent 3365074 commit 57aa19f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/components/PodBrowser.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,6 @@ export default {
416416
this.getItems(this.selectedPodUrl); // Fetch items for the initial path
417417
}
418418
},
419-
dirContents(newValue) {
420-
if (newValue) {
421-
this.getItems(this.displayPath);
422-
}
423-
},
424419
},
425420
};
426421
</script>

0 commit comments

Comments
 (0)