From 4665e8dd42b94226da3c3dbe9ee88add7836bc99 Mon Sep 17 00:00:00 2001 From: Switch Date: Sun, 15 Aug 2021 01:52:14 +0800 Subject: [PATCH] refactor : change field of role maxLength from 10 to 50 (#140) --- src/routes/System/Plugin/AddModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/System/Plugin/AddModal.js b/src/routes/System/Plugin/AddModal.js index 217295668..87eafc9ea 100644 --- a/src/routes/System/Plugin/AddModal.js +++ b/src/routes/System/Plugin/AddModal.js @@ -214,7 +214,7 @@ class AddModal extends Component { } ], initialValue: role - })()} + })()}