fix: renamed function name

This commit is contained in:
Ramesh Mane
2024-02-19 03:41:21 +00:00
parent aed6b95bc1
commit fb6dacba48
6 changed files with 60 additions and 42 deletions

View File

@@ -251,7 +251,7 @@ export default function convertCellData(
return undefined
}
if ((column.colOptions as LinkToAnotherRecordType)?.type === RelationTypes.MANY_TO_MANY) {
if ((column.colOptions as LinkToAnotherRecordType)?.type === RelationTypes.BELONGS_TO) {
const parsedVal = typeof value === 'string' ? JSON.parse(value) : value
if (