Don't display options on website yet
This commit is contained in:
@ -286,8 +286,7 @@ export default function () {
|
||||
</FormLabel>
|
||||
<Input id="usernames" placeholder="builderman" />
|
||||
</FormControl>
|
||||
<br />
|
||||
<FormControl isRequired>
|
||||
<FormControl isRequired display="none">
|
||||
<FormLabel htmlFor="submissionType">Type of Report</FormLabel>
|
||||
<RadioGroup
|
||||
id="submissionType"
|
||||
|
@ -155,7 +155,7 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
|
||||
<Radio key={2} value="2">
|
||||
Ban
|
||||
</Radio>
|
||||
<Radio key={3} value="3">
|
||||
<Radio key={3} value="3" display="none">
|
||||
Disallow Server Configurator
|
||||
</Radio>
|
||||
</VStack>
|
||||
|
Reference in New Issue
Block a user