diff --git a/src/views/Logs/Dumps/Dumps.vue b/src/views/Logs/Dumps/Dumps.vue index 75873a8c69..e89acd9338 100644 --- a/src/views/Logs/Dumps/Dumps.vue +++ b/src/views/Logs/Dumps/Dumps.vue @@ -306,7 +306,7 @@ export default { }, created() { this.startLoader(); - this.$store.dispatch('dumps/getBmcDumpEntries').finally(() => { + this.$store.dispatch('dumps/getAllDumps').finally(() => { this.endLoader(); this.isBusy = false; });