Skip to content

Commit c36f02d

Browse files
committed
#3160 fix Find button looking up invalid ID
1 parent efa19f5 commit c36f02d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/components/cveRecordSearchModule.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,9 @@ function onKeyUpEnter() {
207207
function validate() {
208208
209209
validateQueryString();
210-
if (cveGenericGlobalsStore.useSearch) {
211-
if (!cveListSearchStore.isSeachButtonDisabled) {
212-
startSearch();
213-
}
214-
} else {
210+
if (!cveListSearchStore.isSeachButtonDisabled) {
215211
startSearch();
216212
}
217-
218213
}
219214
220215
const websiteEnv = computed(() => {

0 commit comments

Comments
 (0)