(cherry picked from commit dd7e9afed43bca3807c4680d28b5cef97f3bf880)
@@ -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: '用户分组',