Skip to content
Snippets Groups Projects
Commit bb6784d2 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix incorrect parentIndex on filters

parent 66041743
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ export default React.createClass({
placeholder="value"
selectedValue={filterValue}
selectedKey='key'
parentIndex={filterValue}
parentIndex={this.props.index}
/>
);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment