diff --git a/packages/hoppscotch-common/src/components/collections/index.vue b/packages/hoppscotch-common/src/components/collections/index.vue index 4dab6207..8178a6f4 100644 --- a/packages/hoppscotch-common/src/components/collections/index.vue +++ b/packages/hoppscotch-common/src/components/collections/index.vue @@ -2085,7 +2085,9 @@ const selectRequest = (selectedRequest: { originLocation: "user-collection", requestIndex: parseInt(requestIndex), folderPath: folderPath!, + requestRefID: request._ref_id ?? request.id, }) + if (possibleTab) { tabs.setActiveTab(possibleTab.value.id) } else {