kosei-n há 2 anos atrás
pai
commit
1524f218e2
1 ficheiros alterados com 1 adições e 1 exclusões
  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}
             stateHandler={stateHandler}
             editedPagePathHandler={editedPagePathHandler}
-            inputValue={editedPagePath}
+            inputValue={parentPagePath}
             CustomComponent={PagePath}
             handleInputChange={handleInputChange}
           />