This commit is contained in:
parent
40f7d0bb92
commit
0c955d4057
|
|
@ -157,7 +157,7 @@ export function AnalysisForm({ onSubmit, loading = false }: AnalysisFormProps) {
|
||||||
{ANALYSTS.map((analyst) => (
|
{ANALYSTS.map((analyst) => (
|
||||||
<FormItem
|
<FormItem
|
||||||
key={analyst.value}
|
key={analyst.value}
|
||||||
className="flex flex-row items-start space-x-3 space-y-0"
|
className="flex flex-row items-center space-x-3 space-y-0"
|
||||||
>
|
>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|
@ -177,7 +177,7 @@ export function AnalysisForm({ onSubmit, loading = false }: AnalysisFormProps) {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<FormLabel className="font-normal cursor-pointer">
|
<FormLabel className="font-normal cursor-pointer leading-none">
|
||||||
{analyst.label}
|
{analyst.label}
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue