mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 08:20:25 +08:00
Updating default charcount setting.
This commit is contained in:
@@ -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
@@ -41,7 +41,7 @@ const SettingSchema = new Schema({
|
||||
wordlist: [String],
|
||||
charCount: {
|
||||
type: Number,
|
||||
default: 1000
|
||||
default: 5000
|
||||
},
|
||||
charCountEnable: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user