We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f3d790 + f2f106e commit c264b14Copy full SHA for c264b14
src/views/CVERecord/PublishedRecord.vue
@@ -61,7 +61,7 @@
61
<h2 class="title">Required CVE Record Information</h2>
62
<AdpVulnerabilityEnrichment v-if="Object.keys(cnaContainer).length > 0" role="cna" :selectedCnaData="cveFieldList"
63
:containerObject="cnaContainer" :orgId="`cna-${cnaContainer.providerMetadata.orgId}`" :anchorId="cnaContainer.onPageMenu.anchorId">
64
- <h1 class="mb-1 has-text-white cve-capitalize-first-letter">
+ <h1 class="mb-1 has-text-white">
65
<span v-if="!isLoading">{{ cnaContainer.onPageMenu.label }} </span>
66
<span v-else>
67
<span class="icon">
0 commit comments