Prevent 'modelRenderer' passing through (#10085)

- Not recognized by underlying component
This commit is contained in:
Oliver 2025-07-26 18:10:10 +10:00 committed by GitHub
parent b2a5533b7a
commit 010c855e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ export function RelatedModelField({
return {
...definition,
autoFill: undefined,
modelRenderer: undefined,
onValueChange: undefined,
adjustFilters: undefined,
exclude: undefined,