mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user