fix(nocodb-sdk): export column helper and update imports

This commit is contained in:
Ramesh Mane
2025-03-05 14:51:10 +00:00
parent 13a10d69c1
commit 17aef940ae
12 changed files with 76 additions and 71 deletions

View File

@@ -36,6 +36,7 @@ export default function convertCellData(
}
return value
case UITypes.Number: {
const parsedNumber = Number(value)
if (isNaN(parsedNumber)) {
if (isMultiple) {