mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 09:46:42 +00:00
fix(nocodb-sdk): export column helper and update imports
This commit is contained in:
@@ -36,6 +36,7 @@ export default function convertCellData(
|
||||
}
|
||||
return value
|
||||
case UITypes.Number: {
|
||||
|
||||
const parsedNumber = Number(value)
|
||||
if (isNaN(parsedNumber)) {
|
||||
if (isMultiple) {
|
||||
|
||||
Reference in New Issue
Block a user