diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index dca17e597c5..47b10af0430 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -457,6 +457,7 @@ export default { break } } + this.itemCount = 0 for (const key in json[responseName]) { if (key === 'count') { this.itemCount = json[responseName].count