We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0c532 commit e9400d0Copy full SHA for e9400d0
web-app/src/screens/Console/IDP/DeleteIDPConfigurationModal.tsx
@@ -55,7 +55,7 @@ const DeleteIDPConfigurationModal = ({
55
const onConfirmDelete = () => {
56
setDeleteLoading(true);
57
api.idp
58
- .deleteConfiguration(idpType, idp)
+ .deleteConfiguration(idp, idpType)
59
.then((res) => {
60
onDelSuccess(res.data);
61
})
0 commit comments