We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce1bb8 commit 0f64d35Copy full SHA for 0f64d35
src/main/webapp/ui/src/eln/gallery/components/ActionsMenu.js
@@ -684,6 +684,9 @@ function ActionsMenu({
684
avatar={<FileDownloadIcon />}
685
onClick={() => {
686
setExportOpen(true);
687
+ trackEvent("user:opens:export_dialog:gallery", {
688
+ count: selection.size,
689
+ });
690
}}
691
compact
692
disabled={exportAllowed.get().isError}
0 commit comments