Skip to content

Commit

Permalink
Merge pull request #2325 from hips1/patch-1
Browse files Browse the repository at this point in the history
removed remove prop in Resource in graphql readme usage instructions
  • Loading branch information
Gildas Garcia authored Sep 15, 2018
2 parents ef65da1 + 8a0d522 commit 8be9e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-data-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class App extends Component {

return (
<Admin dataProvider={dataProvider}>
<Resource name="Post" list={PostList} edit={PostEdit} create={PostCreate} remove={Delete} />
<Resource name="Post" list={PostList} edit={PostEdit} create={PostCreate} />
</Admin>
);
}
Expand Down

0 comments on commit 8be9e93

Please sign in to comment.