Added missing shouldn't unregister (#3530)
This commit is contained in:
parent
5766941ce4
commit
1a2c80600c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export const ExecutionConfigModal = ({
|
|||
const [configDescription, setConfigDescription] =
|
||||
useState<AuthenticatorConfigInfoRepresentation>();
|
||||
|
||||
const form = useForm<ExecutionConfigModalForm>();
|
||||
const form = useForm<ExecutionConfigModalForm>({ shouldUnregister: false });
|
||||
const {
|
||||
register,
|
||||
setValue,
|
||||
|
|
Loading…
Reference in a new issue