Add all group all range build in label

This commit is contained in:
2022-03-17 16:48:31 +08:00
parent a91143f6c0
commit 1b9c47f688
7 changed files with 107 additions and 49 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ class GroupDetails extends Component<IGroupDetailsProps & IMixinStatusProps> {
return <>
<ObjectPicker
keyI18n="Common.Attr.Key.Generation.Use.Range"
type={["L", "R"]}
type={"LR"}
value={group.genRange}
valueChange={(value) => {
this.props.status?.changeGroupAttrib(group.id, "genRange", value);