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
|
||||
name="type"
|
||||
defaultValue=""
|
||||
defaultValue={allClientScopeTypes[0]}
|
||||
control={control}
|
||||
render={({ onChange, value }) => (
|
||||
<Select
|
||||
|
|
Loading…
Reference in a new issue