Skip to content

Commit dce91c9

Browse files
#39 remove whitespace from both ends of the cve id
1 parent b5f29c4 commit dce91c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/cveRecordLookupModule.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default ({
7272
}
7373
},
7474
cveId() {
75-
this.cveId = this.cveId.toUpperCase();
75+
this.cveId = this.cveId.trim().toUpperCase();
7676
},
7777
},
7878
computed: {

0 commit comments

Comments
 (0)