fix: multi paste user field

This commit is contained in:
mertmit
2023-12-11 15:58:35 +00:00
parent c7f79e2ea2
commit f9ff3a08b1
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {