From e291bb02d0eb0b3cc81862022160bc463878c95a Mon Sep 17 00:00:00 2001 From: CalciumIon <1808837298@qq.com> Date: Mon, 11 Nov 2024 16:42:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20playground=E7=94=A8=E6=88=B7=E5=88=86?= =?UTF-8?q?=E7=BB=84=E8=AE=BE=E4=B8=BA=E9=BB=98=E8=AE=A4=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit dd7e9afed43bca3807c4680d28b5cef97f3bf880) --- web/src/components/Playground.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/components/Playground.js b/web/src/components/Playground.js index 3e1e86a..b8f7bf5 100644 --- a/web/src/components/Playground.js +++ b/web/src/components/Playground.js @@ -84,6 +84,11 @@ const Playground = () => { // handleInputChange('group', localGroupOptions[0].value); if (localGroupOptions.length > 0) { + // set default group at first + localGroupOptions.unshift({ + label: '用户分组', + value: '', + }); } else { localGroupOptions = [{ label: '用户分组',