Skip to content

Commit efa19f5

Browse files
#3160 fix accordion +/- button expand/collapse issue
1 parent 679aa2e commit efa19f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/AdpVulnerabilityEnrichment.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<slot></slot>
66
<button class="button message-header-button"
77
:style="{'background-color': '#162e51 !important', 'color': 'white !important'}"
8-
@click="togglePanel"
98
:aria-expanded="usecveRecordStore.accordionState[organizationId] ? 'true' : 'false'"
109
:aria-controls="`${organizationId}-panel`"
1110
>

0 commit comments

Comments
 (0)