Skip to content

Commit e9400d0

Browse files
committed
Address comments
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
1 parent cd0c532 commit e9400d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/screens/Console/IDP/DeleteIDPConfigurationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const DeleteIDPConfigurationModal = ({
5555
const onConfirmDelete = () => {
5656
setDeleteLoading(true);
5757
api.idp
58-
.deleteConfiguration(idpType, idp)
58+
.deleteConfiguration(idp, idpType)
5959
.then((res) => {
6060
onDelSuccess(res.data);
6161
})

0 commit comments

Comments
 (0)