jam411 3 lat temu
rodzic
commit
3396d416ca

+ 1 - 1
packages/app/src/components/PageList/PageListItemS.tsx

@@ -5,7 +5,7 @@ import { UserPicture, PageListMeta, PagePathLabel } from '@growi/ui';
 
 type PageListItemSProps = {
   page: any, // TODO: update page type
-  noLink: boolean,
+  noLink?: boolean,
 }
 
 export const PageListItemS = (props: PageListItemSProps): JSX.Element => {