kosei-n 2 лет назад
Родитель
Сommit
1524f218e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/components/PageHeader/PagePathHeader.tsx

+ 1 - 1
apps/app/src/components/PageHeader/PagePathHeader.tsx

@@ -113,7 +113,7 @@ export const PagePathHeader: FC<Props> = (props) => {
             currentPage={currentPage}
             currentPage={currentPage}
             stateHandler={stateHandler}
             stateHandler={stateHandler}
             editedPagePathHandler={editedPagePathHandler}
             editedPagePathHandler={editedPagePathHandler}
-            inputValue={editedPagePath}
+            inputValue={parentPagePath}
             CustomComponent={PagePath}
             CustomComponent={PagePath}
             handleInputChange={handleInputChange}
             handleInputChange={handleInputChange}
           />
           />