소스 검색

no message

SULLEY\ryo-h 4 년 전
부모
커밋
e6382e76e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ui/src/components/PagePath/PagePathLabel.jsx

+ 1 - 1
packages/ui/src/components/PagePath/PagePathLabel.jsx

@@ -5,7 +5,7 @@ import { DevidedPagePath } from '@growi/core';
 
 export const PagePathLabel = (props) => {
   const highlightedPath = props.page.elasticSearchResult.highlightedPath;
-  const dPagePath = new DevidedPagePath(highlightedPath, false, false);
+  const dPagePath = new DevidedPagePath(highlightedPath, false, true);
 
   let classNames = [''];
   classNames = classNames.concat(props.additionalClassNames);