mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 04:17:17 +00:00
fix: some copy paste issue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user