refactor: update welcome text limit

pull/90/head
moonrailgun 2 years ago
parent 926aeb5fe0
commit 769f1f9b6c

@ -24,7 +24,7 @@ regPluginGroupConfigItem({
<TextArea <TextArea
disabled={loading} disabled={loading}
value={text} value={text}
maxLength={1000} maxLength={2000}
showCount={true} showCount={true}
rows={5} rows={5}
onChange={(e) => setText(e.target.value)} onChange={(e) => setText(e.target.value)}

Loading…
Cancel
Save