mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 16:06:37 +00:00
fix: renamed function name
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user