Skip to content

Commit

Permalink
Fix parent selection for custom vocabs (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc authored Nov 26, 2024
1 parent b6e2d27 commit 90acef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/fields/editor/CustomVocabularies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class CustomVocabulariesComponent extends React.PureComponent<IProps> {
data-test-id={testId?.length ? `${testId}.${cv._id}` : cv._id}
>
<TreeSelect
selectBranchWithChildren
sortable={true}
kind="synchronous"
allowMultiple={true}
Expand Down

0 comments on commit 90acef8

Please sign in to comment.