diff --git a/ShadowEditor.Web/src/ui/table/DataGrid.jsx b/ShadowEditor.Web/src/ui/table/DataGrid.jsx index 6ecda717..942ec789 100644 --- a/ShadowEditor.Web/src/ui/table/DataGrid.jsx +++ b/ShadowEditor.Web/src/ui/table/DataGrid.jsx @@ -49,10 +49,10 @@ class DataGrid extends React.Component { {columns.map(col => { if (col.type === 'number') { const value = col.renderer ? col.renderer(i + 1, row, col) : (i + 1); - return