kaori 4 лет назад
Родитель
Сommit
65727748a9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/PageCreateModal.jsx

+ 1 - 1
packages/app/src/components/PageCreateModal.jsx

@@ -237,7 +237,7 @@ const PageCreateModal = (props) => {
                 data-testid="btn-create-page-under-below"
                 className="grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3"
                 onClick={createInputPage}
-                disabled={isUsersHomePage(pageNameInput)}
+                disabled={isUsersHomePageHoge}
               >
                 <i className="icon-fw icon-doc"></i>{t('Create')}
               </button>