diff --git a/src/simput/RodEditor.js b/src/simput/RodEditor.js index 0a7233c..5bd8948 100644 --- a/src/simput/RodEditor.js +++ b/src/simput/RodEditor.js @@ -87,15 +87,20 @@ export default class RodEditor extends React.Component { }, { key: 'cell', - dataKey: 'cell', + dataKey: 'label', label: 'Cell/Layer Type', classes: style.centeredCell, render: (cellName, layer) => ( ), },