add item.id in the payload to matomo

pull/1532/head^2
yann300 3 years ago
parent e18a615d39
commit 9382b70180
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer-context-menu.tsx

@ -108,7 +108,7 @@ export const FileExplorerContextMenu = (props: FileExplorerContextMenuProps) =>
deletePath(getPath())
break
default:
_paq.push(['trackEvent', 'fileExplorer', 'customAction', item.name])
_paq.push(['trackEvent', 'fileExplorer', 'customAction', `${item.id}${item.name}`])
emit && emit({ ...item, path: [path] } as customAction)
break
}

Loading…
Cancel
Save