mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:46:39 +00:00
feat(nc-gui): some part of copy paste mm cell
This commit is contained in:
@@ -246,7 +246,8 @@ export default function convertCellData(
|
||||
|
||||
return parsedVal || value
|
||||
}
|
||||
case UITypes.LinkToAnotherRecord: {
|
||||
case UITypes.LinkToAnotherRecord:
|
||||
case UITypes.Links: {
|
||||
const parsedVal = typeof value === 'string' ? JSON.parse(value) : value
|
||||
if (!(parsedVal && typeof parsedVal === 'object' && !Array.isArray(parsedVal) && Object.keys(parsedVal))) {
|
||||
throw new Error('Invalid LTAR data')
|
||||
|
||||
Reference in New Issue
Block a user