瀏覽代碼

clean codes

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 { isRenameInputShown, setRenameInputShown } = stateHandler;
-  const { editingPagePath, setEditingPagePath } = editingPagePathHandler;
+  const { setEditingPagePath } = editingPagePathHandler;
 
 
   const pagePathRenameHandler = usePagePathRenameHandler(currentPage);