fix new client scope default type value (#2139)
This commit is contained in:
parent
ac66f8ed5c
commit
36bb8e2ecd
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export const ScopeForm = ({ clientScope, save }: ScopeFormProps) => {
|
||||||
>
|
>
|
||||||
<Controller
|
<Controller
|
||||||
name="type"
|
name="type"
|
||||||
defaultValue=""
|
defaultValue={allClientScopeTypes[0]}
|
||||||
control={control}
|
control={control}
|
||||||
render={({ onChange, value }) => (
|
render={({ onChange, value }) => (
|
||||||
<Select
|
<Select
|
||||||
|
|
Loading…
Reference in a new issue