فهرست منبع

remove unnecessary

kosei-n 1 سال پیش
والد
کامیت
ff23387eae
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/PageSelectModal/PageSelectModal.tsx

+ 1 - 1
apps/app/src/components/PageSelectModal/PageSelectModal.tsx

@@ -53,7 +53,7 @@ export const PageSelectModal: FC = () => {
     closeModal();
   }, [closeModal]);
 
-  const onClickDone = useCallback(async() => {
+  const onClickDone = useCallback(() => {
     if (clickedParentPagePath != null) {
       const currentPageTitle = nodePath.basename(currentPage?.path ?? '') || '/';
       const newPagePath = nodePath.resolve(clickedParentPagePath, currentPageTitle);