parent
7385ed56c7
commit
0624ad5b0e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default function AddMapper() {
|
|||
id: id!,
|
||||
alias: alias!,
|
||||
},
|
||||
{ ...identityProviderMapper },
|
||||
{ ...identityProviderMapper, id },
|
||||
);
|
||||
addAlert(t("mapperSaveSuccess"), AlertVariant.success);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue