mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:16:39 +00:00
fix: multi paste user field
This commit is contained in:
@@ -201,7 +201,7 @@ export default function convertCellData(
|
||||
try {
|
||||
parsedVal = typeof value === 'string' ? JSON.parse(value) : value
|
||||
} catch {
|
||||
parsedVal = null
|
||||
parsedVal = value
|
||||
}
|
||||
} catch (e) {
|
||||
if (isMultiple) {
|
||||
|
||||
Reference in New Issue
Block a user