Updating default charcount setting.

This commit is contained in:
David Jay
2016-12-12 19:10:54 -05:00
parent cd63f49a5e
commit bd240923cc
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
import React, {Component, PropTypes} from 'react';
import React from 'react';
import I18n from 'coral-framework/modules/i18n/i18n';
import translations from '../../translations.json';
import styles from './Configure.css';
+1 -1
View File
@@ -41,7 +41,7 @@ const SettingSchema = new Schema({
wordlist: [String],
charCount: {
type: Number,
default: 1000
default: 5000
},
charCountEnable: {
type: Boolean,