|
@@ -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}
|
|
|
/>
|
|
/>
|