Skip to content

Commit

Permalink
Merge pull request #4085 from kopax/loading-indicator
Browse files Browse the repository at this point in the history
fix(LoadingIndicator): remove unused isLoading props (https://material-ui.com/api/circular-progress/)
  • Loading branch information
fzaninotto authored Nov 29, 2019
2 parents 9118a70 + 891d4ee commit 40ec07c
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 40ec07c

Please sign in to comment.