Mao 4 лет назад
Родитель
Сommit
d09c56a7a2

+ 0 - 4
packages/app/src/components/Page/PageManagement.jsx

@@ -177,10 +177,6 @@ const PageManagement = (props) => {
           pageId={pageId}
           path={path}
         />
-        {/*
-         TODO : Refactor CreateTamplateModal in a way that it works while not relying on pageContainer
-         TASK : https://estoc.weseek.co.jp/redmine/issues/80789
-         */}
         <CreateTemplateModal
           path={path}
           isOpen={isPageTemplateModalShown}

+ 0 - 1
packages/app/src/components/SearchPage/SearchResultSubNavButton.tsx

@@ -19,7 +19,6 @@ const SearchResultSubNavButton : FC<Props> = (props: Props) => {
   const {
     appContainer, isCompactMode, pageId,
   } = props;
-  if (pageId == null) return;
   const PageReactionButtonsTypeAny : any = PageReactionButtons;
   return (
     <>