kosei-n пре 2 година
родитељ
комит
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}
             stateHandler={stateHandler}
             editedPagePathHandler={editedPagePathHandler}
-            inputValue={editedPagePath}
+            inputValue={parentPagePath}
             CustomComponent={PagePath}
             handleInputChange={handleInputChange}
           />