diff --git a/components/SelectTree/Basic/index.js b/components/SelectTree/Basic/index.js index 8a8cfba..e7a8467 100644 --- a/components/SelectTree/Basic/index.js +++ b/components/SelectTree/Basic/index.js @@ -11,6 +11,7 @@ function BasicSelectTree(props) { nameKey = "name", idKey = "id", childrenKey = "childrenList", + formValues, ...restProps } = props;