2
0
kosei-n 2 жил өмнө
parent
commit
1524f218e2

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

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