jam411 3 سال پیش
والد
کامیت
3396d416ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/PageList/PageListItemS.tsx

+ 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 => {