imatrix-ui 2.9.57-dw → 2.9.59-dw
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -844,7 +844,7 @@ gridParams.$rowIndex < gridParams.gridData.length) {
|
|
|
844
844
|
const defaultValueColumns = gridParams.defaultValueColumns
|
|
845
845
|
if (defaultValueColumns && defaultValueColumns.length > 0) {
|
|
846
846
|
defaultValueColumns.forEach(column => {
|
|
847
|
-
defaultValueColumnsMap[column.prop] = column
|
|
847
|
+
defaultValueColumnsMap[column.prop] = column.defaultValue
|
|
848
848
|
})
|
|
849
849
|
}
|
|
850
850
|
return defaultValueColumnsMap
|