Yuki Takei 5 лет назад
Родитель
Сommit
5d056e3011
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/client/js/components/PageCreateModal.jsx

+ 5 - 1
src/client/js/components/PageCreateModal.jsx

@@ -198,7 +198,11 @@ const PageCreateModal = (props) => {
             </div>
             </div>
 
 
             <div className="d-flex justify-content-end mt-1 mt-sm-0">
             <div className="d-flex justify-content-end mt-1 mt-sm-0">
-              <button type="button" className={`grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3 ${template == null && 'disabled'}`} onClick={createTemplatePage}>
+              <button
+                type="button"
+                className={`grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3 ${template == null && 'disabled'}`}
+                onClick={createTemplatePage}
+              >
                 <i className="icon-fw icon-doc"></i>{ t('Edit') }
                 <i className="icon-fw icon-doc"></i>{ t('Edit') }
               </button>
               </button>
             </div>
             </div>