diff --git a/packages/hoppscotch-common/src/components/history/Personal.vue b/packages/hoppscotch-common/src/components/history/Personal.vue index 551e9689..e235a5c6 100644 --- a/packages/hoppscotch-common/src/components/history/Personal.vue +++ b/packages/hoppscotch-common/src/components/history/Personal.vue @@ -318,8 +318,10 @@ const clearHistory = () => { // NOTE: For GQL, the HistoryGraphqlCard component already implements useEntry // (That is not a really good behaviour tho ¯\_(ツ)_/¯) const tabs = useService(RESTTabService) + const useHistory = (entry: RESTHistoryEntry) => { tabs.createNewTab({ + type: "request", request: entry.request, isDirty: false, })