Skip to content

Commit

Permalink
Merge pull request #5067 from WiXSL/fix-param-type-def
Browse files Browse the repository at this point in the history
Fix useUpdateMany parameter definition
  • Loading branch information
Luwangel authored Jul 21, 2020
2 parents 645b03a + bb685d0 commit ecd60f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/dataProvider/useUpdateMany.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { Identifier } from '../types';
*/
const useUpdateMany = (
resource: string,
ids: [Identifier],
ids: Identifier[],
data: any,
options?: any
) =>
Expand Down

0 comments on commit ecd60f6

Please sign in to comment.