Migrated to Storybook 7.3.2

This commit is contained in:
Juan Lago 2023-08-22 16:45:10 +02:00
parent ebe76eec3d
commit b775c6dd4b

View File

@ -143,10 +143,6 @@ export function setCellValue(
let vupdate;
if (!_.isNil(v.v) && _.includes(v.ct?.fa, "0.0")) {
v.v = _.replace(v.v.toString(), ",", ".");
}
if (_.isPlainObject(v)) {
if (_.isNil(cell)) {
cell = v;