Explorar el Código

deleted appContainer

白石誠 hace 5 años
padre
commit
944b2930da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/Page/TrashPageAlert.jsx

+ 1 - 1
src/client/js/components/Page/TrashPageAlert.jsx

@@ -13,7 +13,7 @@ import PageDeleteModal from '../PageDeleteModal';
 
 
 const TrashPageAlert = (props) => {
-  const { t, appContainer, pageContainer } = props;
+  const { t, pageContainer } = props;
   const {
     path, isDeleted, lastUpdateUsername, updatedAt, isAbleToDeleteCompletely,
   } = pageContainer.state;