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] =
|
const [configDescription, setConfigDescription] =
|
||||||
useState<AuthenticatorConfigInfoRepresentation>();
|
useState<AuthenticatorConfigInfoRepresentation>();
|
||||||
|
|
||||||
const form = useForm<ExecutionConfigModalForm>();
|
const form = useForm<ExecutionConfigModalForm>({ shouldUnregister: false });
|
||||||
const {
|
const {
|
||||||
register,
|
register,
|
||||||
setValue,
|
setValue,
|
||||||
|
|
Loading…
Reference in a new issue