Skip to content

Commit

Permalink
expose usage field of wire item to pinboard via data-usage-note a…
Browse files Browse the repository at this point in the history
…ttribute
  • Loading branch information
twrichards committed Oct 24, 2024
1 parent 1914ca2 commit 6c068c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newswires/client/src/WireDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const WireDetail = ({
<article
dangerouslySetInnerHTML={{ __html: safeBodyText }}
data-pinboard-selection-target
data-usage-note={usage}
/>
</EuiDescriptionListDescription>
</>
Expand Down

0 comments on commit 6c068c9

Please sign in to comment.