mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Don't reset the form at start of form setup. (#38669)
Fixes #38500 Signed-off-by: Stan Silvert <ssilvert@redhat.com>
This commit is contained in:
parent
b3b30a8620
commit
ae853a01a1
@ -310,7 +310,6 @@ export default function ClientDetails() {
|
||||
});
|
||||
|
||||
const setupForm = (client: ClientRepresentation) => {
|
||||
form.reset({ ...client });
|
||||
convertToFormValues(client, form.setValue);
|
||||
if (client.attributes?.["acr.loa.map"]) {
|
||||
form.setValue(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user