Skip to content

Commit

Permalink
Merge pull request #3170 from CVEProject/tat-3160-content
Browse files Browse the repository at this point in the history
#3160 fix accordion +/- button expand/collapse issue
  • Loading branch information
athu-tran authored Oct 15, 2024
2 parents c71d83a + efa19f5 commit 1b292ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AdpVulnerabilityEnrichment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<slot></slot>
<button class="button message-header-button"
:style="{'background-color': '#162e51 !important', 'color': 'white !important'}"
@click="togglePanel"
:aria-expanded="usecveRecordStore.accordionState[organizationId] ? 'true' : 'false'"
:aria-controls="`${organizationId}-panel`"
>
Expand Down

0 comments on commit 1b292ce

Please sign in to comment.