fix(nc-gui): belongsTo cell copy paste issue

This commit is contained in:
Ramesh Mane
2024-02-19 03:41:20 +00:00
parent 56b95cbf42
commit 87049413f0
2 changed files with 5 additions and 3 deletions

View File

@@ -246,7 +246,6 @@ export default function convertCellData(
return parsedVal || value
}
case UITypes.LinkToAnotherRecord:
case UITypes.Lookup:
case UITypes.Rollup:
case UITypes.Formula: