mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 09:36:51 +00:00
fix duration copy paste
This commit is contained in:
@@ -96,7 +96,7 @@ export default function convertCellData(
|
||||
case UITypes.Duration: {
|
||||
const conversionResult = convertDurationToSeconds(value, (column.meta as any)?.duration ?? 0)
|
||||
if (conversionResult._isValid) {
|
||||
return conversionResult._sec
|
||||
return value
|
||||
} else {
|
||||
throw new SilentTypeConversionError()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user