Convert attribute name in watch (#3929)
This commit is contained in:
parent
3ac040dc34
commit
3f90f9ecf6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const Keys = ({ clientId, save, hasConfigureAccess }: KeysProps) => {
|
|||
|
||||
const useJwksUrl = useWatch({
|
||||
control,
|
||||
name: "attributes.use.jwks.url",
|
||||
name: convertAttributeNameToForm<FormFields>("attributes.use.jwks.url"),
|
||||
defaultValue: "false",
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue