morph fix for release 1.4 (#14029)
DataLoader Specific update du to Morph relations that have many rows Fixes https://github.com/twentyhq/twenty/issues/14018
This commit is contained in:
@@ -250,7 +250,9 @@ export class DataloaderService {
|
||||
});
|
||||
});
|
||||
|
||||
return filterMorphRelationDuplicateFieldsDTO(fields);
|
||||
return filterMorphRelationDuplicateFieldsDTO<FieldMetadataDTO>(
|
||||
fields,
|
||||
);
|
||||
});
|
||||
|
||||
return fieldMetadataCollection;
|
||||
|
||||
Reference in New Issue
Block a user