Skip to content

Commit 7d3d2e2

Browse files
committed
Remove unnecessary ts-ignore
1 parent 6287a1c commit 7d3d2e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ra-core/src/controller/input/useReferenceInputController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export const useReferenceInputController = <RecordType extends RaRecord = any>(
118118
reference,
119119
// @ts-ignore the types of the queryOptions for the getMAny and getList are not compatible
120120
options: {
121-
// @ts-ignore FIXME
122121
enabled: currentValue != null && currentValue !== '',
123122
meta,
124123
...otherQueryOptions,

0 commit comments

Comments
 (0)