mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: incorrect mixpanel param (#6706)
This commit is contained in:
@@ -54,7 +54,7 @@ const provideAction = <T extends AIAction>(
|
||||
if (TRACKED_ACTIONS[id]) {
|
||||
const wrappedFn: typeof action = (opts, ...rest) => {
|
||||
mixpanel.track('AI', {
|
||||
resolve: action,
|
||||
resolve: id,
|
||||
docId: opts.docId,
|
||||
workspaceId: opts.workspaceId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user