Skip to content

Commit 6a36e4f

Browse files
author
arturd
committed
Removing unnecessary setCopyableValue call (as it should be called at this stage)
1 parent e42b24b commit 6a36e4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/BrowserCell/BrowserCell.react.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ export default class BrowserCell extends Component {
101101
onEditSelectedRow && contextMenuOptions.push({
102102
text: 'Edit row',
103103
callback: () => {
104-
let { objectId, onEditSelectedRow, setCopyableValue } = this.props;
105-
setCopyableValue(this.copyableValue);
104+
let { objectId, onEditSelectedRow } = this.props;
106105
onEditSelectedRow(true, objectId);
107106
}
108107
});

0 commit comments

Comments
 (0)