Skip to content

Commit

Permalink
Fix index field parent selection
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Nov 29, 2024
1 parent cb5853a commit 31636c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/fields/editor/base/treeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class EditorFieldTreeSelect<T> extends React.PureComponent<IEditorFieldTr
return (
<Row testId={this.props.testId} smallPadding={this.props.smallPadding}>
<TreeSelect
selectBranchWithChildren
kind="synchronous"
value={this.getViewValue()}
getOptions={this.props.getOptions}
Expand Down

0 comments on commit 31636c0

Please sign in to comment.