Skip to content

Commit

Permalink
Merge pull request #3130 from CVEProject/tat-3123-record
Browse files Browse the repository at this point in the history
#3123 fix undefined variable
  • Loading branch information
athu-tran authored Oct 2, 2024
2 parents d33ac99 + 6543b55 commit 3591b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CVERecord/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function backToTop() {
// Temp
function getTestRecordTemp() {
usecveRecordStore().cveServicesBaseUrl = 'https://cveawg-test.mitre.org';
cveListSearchStore.cveServicesBaseUrl = 'https://cveawg-test.mitre.org';
this.$router.push(`/CVERecord?id=${cveListSearchStore.recordData.cveId}`);
}
</script>
Expand Down

0 comments on commit 3591b66

Please sign in to comment.