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 1116294 commit b69ae09Copy full SHA for b69ae09
packages/ra-ui-materialui/src/input/AutocompleteArrayInput.stories.tsx
@@ -254,6 +254,7 @@ const OnCreateInputStringChoices = () => {
254
export const OnCreateStringChoices = () => (
255
<AdminContext
256
dataProvider={testDataProvider({
257
+ // @ts-expect-error
258
create: async (resource, params) => {
259
console.log(resource, params);
260
return params;
0 commit comments