SULLEY\ryo-h 4 лет назад
Родитель
Сommit
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) => {
 export const PagePathLabel = (props) => {
   const highlightedPath = props.page.elasticSearchResult.highlightedPath;
   const highlightedPath = props.page.elasticSearchResult.highlightedPath;
-  const dPagePath = new DevidedPagePath(highlightedPath, false, false);
+  const dPagePath = new DevidedPagePath(highlightedPath, false, true);
 
 
   let classNames = [''];
   let classNames = [''];
   classNames = classNames.concat(props.additionalClassNames);
   classNames = classNames.concat(props.additionalClassNames);