diff --git a/shell/mixins/resource-fetch.js b/shell/mixins/resource-fetch.js index 57ba466391f..984ab4e0e49 100644 --- a/shell/mixins/resource-fetch.js +++ b/shell/mixins/resource-fetch.js @@ -176,7 +176,7 @@ export default { const opt = { hasManualRefresh: this.hasManualRefresh, pagination: { ...this.pagination }, - force: this.paginating !== null // Fix for manual refresh (before ripped out). + force: true }; if (this.apiFilter) {