Skip to content

Commit

Permalink
After QA
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Oct 13, 2023
1 parent 20dace6 commit b8d620f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
const { VersionInfo } = item.ContentInfo.Content.CurrentVersion.Version;
const currentVersionNo = VersionInfo.versionNo;
const languageCodes = VersionInfo.VersionTranslationInfo.Language.map((language) => language.languageCode);
const itemActionsMenuContainer = relationsContainer.querySelector('.ibexa-embedded-item-actions__menu');
const itemActionsTriggerElement = relationsContainer.querySelector('.ibexa-embedded-item-actions__menu-trigger-btn');
const itemActionsMenuContainer = itemNode.querySelector('.ibexa-embedded-item-actions__menu');
const itemActionsTriggerElement = itemNode.querySelector('.ibexa-embedded-item-actions__menu-trigger-btn');
const itemNodeNameCell = itemNode.querySelector('.ibexa-relations__item-name');

itemNode.dataset.contentId = contentId;
Expand Down

0 comments on commit b8d620f

Please sign in to comment.