kosei-n пре 2 година
родитељ
комит
0d3327ef63
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/components/PageHeader/TextInputForPageTitleAndPath.tsx

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

@@ -42,7 +42,7 @@ export const TextInputForPageTitleAndPath: FC<Props> = (props) => {
   const { t } = useTranslation();
   const { t } = useTranslation();
 
 
   const { isRenameInputShown, setRenameInputShown } = stateHandler;
   const { isRenameInputShown, setRenameInputShown } = stateHandler;
-  const { editingPagePath, setEditingPagePath } = editingPagePathHandler;
+  const { setEditingPagePath } = editingPagePathHandler;
 
 
 
 
   const pagePathRenameHandler = usePagePathRenameHandler(currentPage);
   const pagePathRenameHandler = usePagePathRenameHandler(currentPage);