Skip to content

Commit b69ae09

Browse files
committed
Fix TS error
1 parent 1116294 commit b69ae09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/input/AutocompleteArrayInput.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ const OnCreateInputStringChoices = () => {
254254
export const OnCreateStringChoices = () => (
255255
<AdminContext
256256
dataProvider={testDataProvider({
257+
// @ts-expect-error
257258
create: async (resource, params) => {
258259
console.log(resource, params);
259260
return params;

0 commit comments

Comments
 (0)