We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb8dda commit bf0b44aCopy full SHA for bf0b44a
react_main/src/components/Roles.jsx
@@ -1127,7 +1127,7 @@ export function RoleSearch(props) {
1127
1128
const tabCheckboxes = (<FormGroup>
1129
(siteInfo.tags[props.gameType].map((type) => (
1130
- <FormControlLabel control={<Checkbox defaultChecked />} onChange={handleTagChange("analytics")} label="Label" />
+ <FormControlLabel control={<Checkbox defaultChecked />} onChange={handleTagChange(`{type[0]}`)} label={type[0]} />
1131
));
1132
)
1133
</FormGroup>)
0 commit comments