Enable treeDefaultExpandAll in ObjectSelect component for improved tree view visibility

This commit is contained in:
Tom Butcher 2025-11-24 03:32:06 +00:00
parent 8f67d7daae
commit 94c55c8e77

View File

@ -367,7 +367,7 @@ const ObjectSelect = ({
return (
<TreeSelect
treeDataSimpleMode={false}
treeDefaultExpandAll={false}
treeDefaultExpandAll={true}
treeData={treeData}
showSearch={showSearch}
multiple={multiple}