reload when id changes (#28773)

fixes: #28747

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-04-16 13:04:50 +02:00 committed by GitHub
parent aa2ae61f22
commit 790d05817a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@ export default function AddMapper() {
setMapperTypes(mappers);
},
[],
[id],
);
const setupForm = (mapper: IdentityProviderMapperRepresentation) => {