We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6287a1c commit 7d3d2e2Copy full SHA for 7d3d2e2
packages/ra-core/src/controller/input/useReferenceInputController.ts
@@ -118,7 +118,6 @@ export const useReferenceInputController = <RecordType extends RaRecord = any>(
118
reference,
119
// @ts-ignore the types of the queryOptions for the getMAny and getList are not compatible
120
options: {
121
- // @ts-ignore FIXME
122
enabled: currentValue != null && currentValue !== '',
123
meta,
124
...otherQueryOptions,
0 commit comments