Skip to content

Commit

Permalink
Amplitude: Lagt til ny Accordion-opprinnelse "utvidbar tekst" (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerOlavM authored Sep 4, 2024
1 parent d217b06 commit 81c859e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/_common/expandable/Expandable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Expandable = ({
setIsOpen(isOpening);
logAmplitudeEvent(isOpening ? AnalyticsEvents.ACC_EXPAND : AnalyticsEvents.ACC_COLLAPSE, {
tittel,
opprinnelse: analyticsOriginTag,
opprinnelse: analyticsOriginTag || 'utvidbar tekst',
komponent: 'Expandable',
});
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ExpandableComponentWrapper = ({
expandable,
expandableTitle,
expandableAnchorId,
analyticsOriginTag = '',
analyticsOriginTag,
type,
ariaLabel,
children,
Expand Down

0 comments on commit 81c859e

Please sign in to comment.