Skip to content

Commit

Permalink
Merge branch 'feat/allow-function-fields-in-export' into v2-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Sep 5, 2024
2 parents d6789c2 + 6849f2c commit 71f4023
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hooks/useExport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@ const convertToExportFields = ({
for (const key of Object.keys(fields)) {
const valuesForField = fields[key];

if (valuesForField.relation) {
continue;
}

const relationField = isRelationField(valuesForField);

exportFields.push({
Expand Down

0 comments on commit 71f4023

Please sign in to comment.