We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa19f5 commit c36f02dCopy full SHA for c36f02d
1 file changed
src/components/cveRecordSearchModule.vue
@@ -207,14 +207,9 @@ function onKeyUpEnter() {
207
function validate() {
208
209
validateQueryString();
210
- if (cveGenericGlobalsStore.useSearch) {
211
- if (!cveListSearchStore.isSeachButtonDisabled) {
212
- startSearch();
213
- }
214
- } else {
+ if (!cveListSearchStore.isSeachButtonDisabled) {
215
startSearch();
216
}
217
-
218
219
220
const websiteEnv = computed(() => {
0 commit comments