Skip to content

Commit

Permalink
Merge pull request #3131 from CVEProject/tat-3123-record
Browse files Browse the repository at this point in the history
#3123 fix router
  • Loading branch information
athu-tran authored Oct 2, 2024
2 parents 3591b66 + e2bc83f commit 9cef0b8
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 @@ -258,7 +258,7 @@ function backToTop() {
// Temp
function getTestRecordTemp() {
cveListSearchStore.cveServicesBaseUrl = 'https://cveawg-test.mitre.org';
this.$router.push(`/CVERecord?id=${cveListSearchStore.recordData.cveId}`);
router.push(`/CVERecord?id=${cveListSearchStore.recordData.cveId}`);
}
</script>

Expand Down

0 comments on commit 9cef0b8

Please sign in to comment.