Enable treeDefaultExpandAll in ObjectSelect component for improved tree view visibility
This commit is contained in:
parent
8f67d7daae
commit
94c55c8e77
@ -367,7 +367,7 @@ const ObjectSelect = ({
|
||||
return (
|
||||
<TreeSelect
|
||||
treeDataSimpleMode={false}
|
||||
treeDefaultExpandAll={false}
|
||||
treeDefaultExpandAll={true}
|
||||
treeData={treeData}
|
||||
showSearch={showSearch}
|
||||
multiple={multiple}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user