Skip to content

Commit

Permalink
Merge pull request #3171 from CVEProject/tat-3160-content
Browse files Browse the repository at this point in the history
#3160 fix Find button looking up invalid ID
  • Loading branch information
athu-tran authored Oct 15, 2024
2 parents 1b292ce + c36f02d commit 1c6d195
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/cveRecordSearchModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,9 @@ function onKeyUpEnter() {
function validate() {
validateQueryString();
if (cveGenericGlobalsStore.useSearch) {
if (!cveListSearchStore.isSeachButtonDisabled) {
startSearch();
}
} else {
if (!cveListSearchStore.isSeachButtonDisabled) {
startSearch();
}
}
const websiteEnv = computed(() => {
Expand Down

0 comments on commit 1c6d195

Please sign in to comment.