Skip to content

Commit 0f64d35

Browse files
committed
export
1 parent 5ce1bb8 commit 0f64d35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/webapp/ui/src/eln/gallery/components/ActionsMenu.js

+3
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,9 @@ function ActionsMenu({
684684
avatar={<FileDownloadIcon />}
685685
onClick={() => {
686686
setExportOpen(true);
687+
trackEvent("user:opens:export_dialog:gallery", {
688+
count: selection.size,
689+
});
687690
}}
688691
compact
689692
disabled={exportAllowed.get().isError}

0 commit comments

Comments
 (0)