From 46ba6cfec12694a4b581d3fa8160f73999a6f4f7 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Mon, 11 Dec 2017 19:05:11 -0700 Subject: [PATCH] Swap out other textareas with LargeTextArea --- .../EditDictionaryForm.jsx | 41 +++++----- .../EditLinguisticsForm.jsx | 75 ++++++++----------- 2 files changed, 52 insertions(+), 64 deletions(-) diff --git a/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx b/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx index 665cf0f..20f1f6f 100644 --- a/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx +++ b/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx @@ -1,6 +1,8 @@ import Inferno from 'inferno'; import PropTypes from 'prop-types'; +import { LargeTextArea } from '../LargeTextArea'; + export const EditDictionaryForm = (props) => { PropTypes.checkPropTypes({ editDictionaryModal: PropTypes.object.isRequired, @@ -39,9 +41,9 @@ export const EditDictionaryForm = (props) => { -

+

What this collection of words should be referred to as, i.e. "Dictionary," "Word List", etc. -

+
{
-
- -

- A description of your dictionary, Markdown enabled -

-
-