Skip to content

Commit dda5588

Browse files
committed
cveRecordSearchModule: remove unused "contentMessage"
1 parent 154215c commit dda5588

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/components/cveRecordSearchModule.vue

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ function startSearch() {
161161
162162
function validateQueryString() {
163163
164-
const contentMessage = 'Enter words of alphanumeric characters OR a single CVE ID (CVE-YYYY-NNNN).';
165164
const isSearch = searchTypeBoolean.value;
166165
const searchValue = isSearch ? queryString.value : cveId;
167166

0 commit comments

Comments
 (0)