chore: pr review
This commit is contained in:
parent
90560974f3
commit
b630a5bf90
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ export const AdvancedForm = ({ form }: Props) => {
|
|||
onValueChange={field.onChange}
|
||||
defaultValue={field.value || "Mbps"}
|
||||
value={field.value || "Mbps"}
|
||||
disabled={!downloadLimitEnabled}
|
||||
>
|
||||
<FormControl>
|
||||
<SelectTrigger className="text-xs">
|
||||
|
|
|
|||
Loading…
Reference in a new issue