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

[core] Fix some DashboardLayout bugs and make some docs examples more consis… #3905

Merged
merged 12 commits into from
Aug 9, 2024
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into core-docs-fixes
  • Loading branch information
apedroferreira committed Aug 9, 2024
commit 33fe7c09e60af11a9ef9176b74f8b102c8095fc8
2 changes: 1 addition & 1 deletion docs/data/toolpad/core/introduction/TutorialPages.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import { Typography } from '@mui/material';
import { extendTheme } from '@mui/material/styles';
import { createTheme } from '@mui/material/styles';
import DashboardIcon from '@mui/icons-material/Dashboard';
import TimelineIcon from '@mui/icons-material/Timeline';
import { AppProvider } from '@toolpad/core/AppProvider';
Expand Down
2 changes: 1 addition & 1 deletion docs/data/toolpad/core/introduction/TutorialPages.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { Typography } from '@mui/material';
import { extendTheme } from '@mui/material/styles';
import { createTheme } from '@mui/material/styles';
import DashboardIcon from '@mui/icons-material/Dashboard';
import TimelineIcon from '@mui/icons-material/Timeline';
import { AppProvider } from '@toolpad/core/AppProvider';
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.