reload when id changes (#28773)
fixes: #28747 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
aa2ae61f22
commit
790d05817a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export default function AddMapper() {
|
||||||
|
|
||||||
setMapperTypes(mappers);
|
setMapperTypes(mappers);
|
||||||
},
|
},
|
||||||
[],
|
[id],
|
||||||
);
|
);
|
||||||
|
|
||||||
const setupForm = (mapper: IdentityProviderMapperRepresentation) => {
|
const setupForm = (mapper: IdentityProviderMapperRepresentation) => {
|
||||||
|
|
Loading…
Reference in a new issue