Don't display options on website yet

This commit is contained in:
2025-07-27 01:00:28 -04:00
parent edc392fba0
commit fe64e33c1d
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -155,7 +155,7 @@ 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"> <Radio key={3} value="3" display="none">
Disallow Server Configurator Disallow Server Configurator
</Radio> </Radio>
</VStack> </VStack>