Skip to content

Commit

Permalink
Merge branch 'feat/schedule-feature-flag' of https://github.com/PostH…
Browse files Browse the repository at this point in the history
…og/posthog into feat/schedule-feature-flag
  • Loading branch information
jurajmajerik committed Dec 21, 2023
2 parents 77dc563 + 1ba4020 commit 7353f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/nodes/DataTable/DataTableExport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function startDownload(query: DataTableNode, onlySelectedColumns: boolean)
)
} else if (isPersonsNode(query.source)) {
exportContext['columns'] = exportContext['columns'].map((c: string) =>
removeExpressionComment(c) === 'person' ? 'properties.email' : c
removeExpressionComment(c) === 'person' ? 'email' : c
)
}
}
Expand Down

0 comments on commit 7353f82

Please sign in to comment.