فهرست منبع

success to show the list in trash page

kaori 5 سال پیش
والد
کامیت
4b009299d5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/client/js/components/TrashPage.jsx

+ 2 - 2
src/client/js/components/TrashPage.jsx

@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
 import PageListIcon from './Icons/PageListIcon';
 import CustomNavigation from './CustomNavigation';
+import PageList from './PageList';
 
 
 const TrashPage = (props) => {
@@ -12,8 +13,7 @@ const TrashPage = (props) => {
     pagelist: {
       icon: <PageListIcon />,
       i18n: t('page_list'),
-      // [TODO: show trash page list by gw4064]
-      tabContent: t('Trash page list'),
+      tabContent: <PageList />,
       index: 0,
     },
   };