Skip to content

Commit

Permalink
add apiUsed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed May 6, 2023
1 parent 57af984 commit 63ed793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/views/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export default defineComponent({
query: payload.query,
data: this.shownResults,
searchSettings: this.searchSettings,
nextPageRef: this.nextPageRef
nextPageRef: this.nextPageRef,
apiUsed: this.apiUsed
}

this.$store.commit('addToSessionSearchHistory', historyPayload)
Expand Down

0 comments on commit 63ed793

Please sign in to comment.