We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679aa2e commit efa19f5Copy full SHA for efa19f5
1 file changed
src/components/AdpVulnerabilityEnrichment.vue
@@ -5,7 +5,6 @@
5
<slot></slot>
6
<button class="button message-header-button"
7
:style="{'background-color': '#162e51 !important', 'color': 'white !important'}"
8
- @click="togglePanel"
9
:aria-expanded="usecveRecordStore.accordionState[organizationId] ? 'true' : 'false'"
10
:aria-controls="`${organizationId}-panel`"
11
>
0 commit comments