Fix alignment of report type selection
This commit is contained in:
@ -11,10 +11,10 @@ import {
|
||||
Link,
|
||||
Radio,
|
||||
RadioGroup,
|
||||
Stack,
|
||||
Text,
|
||||
Textarea,
|
||||
useToast,
|
||||
VStack,
|
||||
} from "@chakra-ui/react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useLoaderData } from "@remix-run/react";
|
||||
@ -293,10 +293,10 @@ export default function () {
|
||||
onChange={setSubmissionType}
|
||||
value={submissionType}
|
||||
>
|
||||
<VStack spacing={2}>
|
||||
<Stack spacing={2}>
|
||||
<Radio value="exploit">Exploiter</Radio>
|
||||
<Radio value="abuse">Server Configurator Abuse</Radio>
|
||||
</VStack>
|
||||
</Stack>
|
||||
</RadioGroup>
|
||||
</FormControl>
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user