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 b7753c2 commit 7db1c4aCopy full SHA for 7db1c4a
src/modules/sub-items/components/table-view/table.view.item.component.js
@@ -93,7 +93,7 @@ export default class TableViewItemComponent extends PureComponent {
93
* @memberof TableViewItemComponent
94
*/
95
handleEdit() {
96
- this.props.handleEditItem(this.props.content);
+ this.props.handleEditItem(this.props.content, this.props.location);
97
}
98
99
setPriorityInputRef(ref) {
0 commit comments