diff --git a/resources/js/components/Listing.vue b/resources/js/components/Listing.vue index af0a09dcbb..7150d42817 100644 --- a/resources/js/components/Listing.vue +++ b/resources/js/components/Listing.vue @@ -130,7 +130,7 @@ export default { if (this.shouldRequestFirstPage) return this.request(); this.loading = false; this.initializing = false; - this.afterRequestCompleted(); + this.afterRequestCompleted(response); }).catch(e => { if (this.$axios.isCancel(e)) return; this.loading = false;