diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index ab485c46b48c..acb6fd6e89cd 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -942,10 +942,6 @@ export default { console.log('DEBUG - Discarding API response as its `id` does not match the uuid on the browser path') return } - if (this.dataView && apiItemCount > 1) { - console.log('DEBUG - Discarding API response as got more than one item in data view', this.$route.params, this.items) - return - } this.items = json[responseName][objectName] if (!this.items || this.items.length === 0) {