mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:25:57 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
60b3f9b2e2
@ -82,7 +82,8 @@ const InternalAssociationSelect = observer(
|
||||
if (
|
||||
linkageFields.includes(fieldPath?.props?.name) &&
|
||||
field.value &&
|
||||
fieldPath?.indexes?.[0] === field?.indexes?.[0]
|
||||
fieldPath?.indexes?.[0] === field?.indexes?.[0] &&
|
||||
fieldPath?.props?.name !== field.props.name
|
||||
) {
|
||||
field.setValue(undefined);
|
||||
setInnerValue(undefined);
|
||||
|
Loading…
Reference in New Issue
Block a user