File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,13 @@ const OverviewSearchInput = ({
6666export function Overview ( props : {
6767 content ?: React . ReactNode ;
6868 groups ?: Group [ ] ;
69- defaultGroupTitle ?: string ;
7069 overviewHeaders ?: number [ ] ;
7170} ) {
7271 const {
7372 siteData,
7473 page : { routePath, title, frontmatter } ,
7574 } = usePageData ( ) ;
76- const {
77- content,
78- groups : customGroups ,
79- defaultGroupTitle : _ = 'Others' ,
80- } = props ;
75+ const { content, groups : customGroups } = props ;
8176 const t = useI18n ( ) ;
8277
8378 // Added state for search query
Original file line number Diff line number Diff line change 6767 position : relative ;
6868 width : 100% ;
6969 overflow-x : auto ;
70- min-height : 60vh ;
7170 padding : var (--rp-content-padding-y ) var (--rp-content-padding-x );
7271 }
7372
9897 }
9998
10099 & __doc-container {
101- min-height : 60vh ;
102100 padding : var (--rp-content-padding-y ) var (--rp-content-padding-x );
103101 }
104102
You can’t perform that action at this time.
0 commit comments