SSO: fix set action

This commit is contained in:
Viktor Fomin 2022-08-04 12:52:00 +03:00
parent f7b24248da
commit c879c78dd5

View File

@ -181,7 +181,7 @@ class SsoFormStore {
};
setComboBoxOption = (option) => {
this.spCertificateUsedFor = option.key;
this.spAction = option.key;
};
disableSso = () => {