Skip to content

Commit 621e93e

Browse files
committed
#3000 removed function from toggle button
1 parent 1d63454 commit 621e93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AdpVulnerabilityEnrichment.vue

Lines changed: 1 addition & 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="useCveRecordLookupStore.accordionState[organizationId] ? 'true' : 'false'"
109
:aria-controls="`${organizationId}-panel`"
1110
>
@@ -432,6 +431,7 @@ export default {
432431
433432
.cve-accordion-header {
434433
background-color: $theme-color-primary-darker !important;
434+
cursor: pointer;
435435
}
436436
437437
.cve-container-accordion-panel {

0 commit comments

Comments
 (0)