diff --git a/packages/lb-components/src/views/MainView/sidebar/PointCloudToolSidebar/index.tsx b/packages/lb-components/src/views/MainView/sidebar/PointCloudToolSidebar/index.tsx index 83a22be3c..b2a74d9c9 100644 --- a/packages/lb-components/src/views/MainView/sidebar/PointCloudToolSidebar/index.tsx +++ b/packages/lb-components/src/views/MainView/sidebar/PointCloudToolSidebar/index.tsx @@ -206,6 +206,7 @@ const AttributeUpdater = ({ value={ptx.selectedPointCloudBox?.subAttribute?.[subAttribute.value]} placeholder={t('PleaseSelect')} onChange={(value) => setSubAttribute(subAttribute.value, value)} + allowClear={true} > {subAttribute.subSelected.map((sub: any) => (