We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f29c4 commit dce91c9Copy full SHA for dce91c9
1 file changed
src/components/cveRecordLookupModule.vue
@@ -72,7 +72,7 @@ export default ({
72
}
73
},
74
cveId() {
75
- this.cveId = this.cveId.toUpperCase();
+ this.cveId = this.cveId.trim().toUpperCase();
76
77
78
computed: {
0 commit comments