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 e65c84f commit 526bb83Copy full SHA for 526bb83
1 file changed
packages/ra-core/src/controller/list/WithListContext.tsx
@@ -76,4 +76,9 @@ export interface WithListContextProps<RecordType extends RaRecord>
76
offline?: React.ReactNode;
77
errorElement?: React.ReactNode;
78
empty?: React.ReactNode;
79
+
80
+ /**
81
+ * @deprecated
82
+ */
83
+ label?: string;
84
}
0 commit comments