fix: some copy paste issue

This commit is contained in:
Ramesh Mane
2025-06-24 05:59:47 +00:00
parent 42431c2f74
commit a34eb873d2
6 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { ColumnHelper } from 'nocodb-sdk'
import { ColumnHelper, serializeTimeValue } from 'nocodb-sdk'
import type { type ColumnType, type TableType, UITypes } from 'nocodb-sdk'
export const valueToCopy = (
@@ -20,6 +20,7 @@ export const valueToCopy = (
if (option?.skipUidt?.includes(columnObj.uidt as UITypes)) {
return textToCopy
}
return ColumnHelper.parseValue(textToCopy, {
col: columnObj,
isMysql,