Skip to content

Commit

Permalink
fix(LoadingIndicator): remove unused isLoading props (https://materia…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Nov 29, 2019
1 parent 7996e7d commit 891d4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/layout/LoadingIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const LoadingIndicator = ({
LoadingIndicator.propTypes = {
classes: PropTypes.object,
className: PropTypes.string,
isLoading: PropTypes.bool,
width: PropTypes.string,
};

Expand Down

0 comments on commit 891d4ee

Please sign in to comment.