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: '用户分组',