mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:16:39 +00:00
fix(nc-gui): belongsTo cell copy paste issue
This commit is contained in:
@@ -246,7 +246,6 @@ export default function convertCellData(
|
||||
|
||||
return parsedVal || value
|
||||
}
|
||||
case UITypes.LinkToAnotherRecord:
|
||||
case UITypes.Lookup:
|
||||
case UITypes.Rollup:
|
||||
case UITypes.Formula:
|
||||
|
||||
Reference in New Issue
Block a user