Skip to content

Commit bf0d7ea

Browse files
committed
fix(history-log): make dropdown toggle id unique
1 parent b9e08f8 commit bf0d7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library-authoring/generic/history-log/HistoryLogGroupEntries.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const HistoryLogGroupEntries = ({
7373
(
7474
<Dropdown>
7575
<Dropdown.Toggle
76-
id="dropdown-toggle-with-iconbutton"
76+
id={`dropdown-toggle-${itemId}-${entry.changedAt}-${index}`}
7777
as={IconButton}
7878
src={MoreVert}
7979
iconAs={Icon}

0 commit comments

Comments
 (0)