We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568ec7 commit 029af05Copy full SHA for 029af05
src/components/BrowserCell/BrowserCell.react.js
@@ -68,7 +68,7 @@ export default class BrowserCell extends Component {
68
this.props.appId,
69
this.props.value.className
70
);
71
- let value = this.props.value;
+ let value = this.props.value;
72
let dataValue = this.props.value.id || this.props.value.objectId;
73
if (defaultPointerKey !== 'objectId') {
74
dataValue = this.props.value.get(defaultPointerKey);
0 commit comments