Skip to content

Commit 0c048d6

Browse files
committed
1 parent 2df8b86 commit 0c048d6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/map-projects/MapProject.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ const MapProject = () => {
257257
cols.push({
258258
field: column.dataKey,
259259
headerName: column.label,
260-
editable: true,
261260
headerClassName: headerClass,
262261
renderHeader: () => {
263262
if(isUpdatedValue && isValidColumn) {
@@ -1223,7 +1222,6 @@ const MapProject = () => {
12231222
},
12241223
}}
12251224
disableRowSelectionOnClick
1226-
isCellEditable={false}
12271225
onCellEditStop={(params, event) => updateRow(params.id, params.field, params?.reason === "enterKeyDown" ? event?.target?.value : event?.target?.value || params.value || '')}
12281226
columnVisibilityModel={columnVisibilityModel}
12291227
onColumnVisibilityModelChange={setColumnVisibilityModel}

0 commit comments

Comments
 (0)