Skip to content

Commit

Permalink
Merge pull request #5033 from jpetitcolas/patch-1
Browse files Browse the repository at this point in the history
Fix documentation : Remove unused import of EditButton
  • Loading branch information
JulienMattiussi authored Jul 10, 2020
2 parents b2198b0 + b2d3b58 commit bcf12f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Show.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default App;

// in src/posts.js
import * as React from "react";
import { Show, SimpleShowLayout, TextField, DateField, EditButton, RichTextField } from 'react-admin';
import { Show, SimpleShowLayout, TextField, DateField, RichTextField } from 'react-admin';

export const PostShow = (props) => (
<Show {...props}>
Expand Down

0 comments on commit bcf12f1

Please sign in to comment.