Skip to content

Commit

Permalink
Removed title prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Mar 9, 2020
1 parent 993f781 commit a9e4e0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ra-ui-materialui/src/layout/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const useStyles = makeStyles(
* @param {string} color The color of the AppBar
* @param {Object} logout The logout button component that will be pass to the UserMenu component
* @param {boolean} open State of the <Admin/> Sidebar
* @param {string} title The title of the AppBar
* @param {Function} userMenu A custom UserMenu component for the AppBar. UserMenu component by default
*
* @example
Expand All @@ -82,7 +81,6 @@ const AppBar = ({
color = 'secondary',
logout,
open,
title,
userMenu,
...rest
}) => {
Expand Down

0 comments on commit a9e4e0d

Please sign in to comment.