File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
docs/data/toolpad/core/components/dashboard-layout Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -63,19 +63,7 @@ function DemoPageContent({ pathname, toggleSidebar }) {
6363
6464DemoPageContent . propTypes = {
6565 pathname : PropTypes . string . isRequired ,
66- toggleSidebar : PropTypes . shape ( {
67- '__@hasInstance@2095' : PropTypes . func . isRequired ,
68- '__@metadata@2097' : PropTypes . any ,
69- apply : PropTypes . func . isRequired ,
70- arguments : PropTypes . any . isRequired ,
71- bind : PropTypes . func . isRequired ,
72- call : PropTypes . func . isRequired ,
73- caller : PropTypes . object . isRequired ,
74- length : PropTypes . number . isRequired ,
75- name : PropTypes . string . isRequired ,
76- prototype : PropTypes . any . isRequired ,
77- toString : PropTypes . func . isRequired ,
78- } ) . isRequired ,
66+ toggleSidebar : PropTypes . func . isRequired ,
7967} ;
8068
8169function DashboardLayoutSidebarCollapsedProp ( props ) {
You can’t perform that action at this time.
0 commit comments