Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve AppBar Customization #8681

Merged
merged 12 commits into from
Feb 27, 2023
Prev Previous commit
Next Next commit
Fix tests
fzaninotto committed Feb 24, 2023
commit 789858bebee6a3d1df9e2fcc24efa4ce8f3f1e93
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/layout/AppBar.tsx
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ import { SidebarToggleButton } from './SidebarToggleButton';
import { LoadingIndicator } from './LoadingIndicator';
import { UserMenu } from './UserMenu';
import { HideOnScroll } from './HideOnScroll';
import { TitlePortal } from '..';
import { TitlePortal } from './TitlePortal';
import { LocalesMenuButton } from '../button';

/**