Compare commits
2 Commits
62319a84d1
...
fe64e33c1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
fe64e33c1d
|
|||
|
edc392fba0
|
@@ -286,8 +286,7 @@ export default function () {
|
|||||||
</FormLabel>
|
</FormLabel>
|
||||||
<Input id="usernames" placeholder="builderman" />
|
<Input id="usernames" placeholder="builderman" />
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<br />
|
<FormControl isRequired display="none">
|
||||||
<FormControl isRequired>
|
|
||||||
<FormLabel htmlFor="submissionType">Type of Report</FormLabel>
|
<FormLabel htmlFor="submissionType">Type of Report</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
id="submissionType"
|
id="submissionType"
|
||||||
|
|||||||
@@ -155,6 +155,9 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
|
|||||||
<Radio key={2} value="2">
|
<Radio key={2} value="2">
|
||||||
Ban
|
Ban
|
||||||
</Radio>
|
</Radio>
|
||||||
|
<Radio key={3} value="3" display="none">
|
||||||
|
Disallow Server Configurator
|
||||||
|
</Radio>
|
||||||
</VStack>
|
</VStack>
|
||||||
</RadioGroup>,
|
</RadioGroup>,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user