From 5515a793e08f2c9f0c8116960d3043f5bd32ccad Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 15 六月 2021 11:07:02 +0800 Subject: [PATCH] 2021-06-15 --- src/tabviews/zshare/mutilform/customTextArea/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/mutilform/customTextArea/index.jsx b/src/tabviews/zshare/mutilform/customTextArea/index.jsx index 457e5f2..e7f2a38 100644 --- a/src/tabviews/zshare/mutilform/customTextArea/index.jsx +++ b/src/tabviews/zshare/mutilform/customTextArea/index.jsx @@ -80,7 +80,7 @@ const { value } = this.state return ( - <TextArea value={value} autoSize={{ minRows: 2, maxRows: Item.maxRows || 6 }} onChange={this.onChange} disabled={Item.readonly === 'true'} /> + <TextArea value={value} autoSize={{ minRows: 2, maxRows: Item.maxRows || 6 }} onChange={this.onChange} disabled={Item.readonly} /> ) } } -- Gitblit v1.8.0