fix: property field search in linkage rules not matching correct data (#5925)

This commit is contained in:
Katherine 2024-12-24 13:40:10 +08:00 committed by GitHub
parent 4a9840d75a
commit 06e5c49d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,7 @@ export const FormFieldLinkageRuleAction = observer(
setDataIndex(value); setDataIndex(value);
}} }}
placeholder={t('Select field')} placeholder={t('Select field')}
treeNodeFilterProp="title"
/> />
<Select <Select
// @ts-ignore // @ts-ignore