SSO: fix modal

This commit is contained in:
Viktor Fomin 2022-08-02 12:33:41 +03:00
parent 03b03ed910
commit 3514d1a60f
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ const DisableSsoConfirmationModal = (props) => {
/>
<Button
label={t("Common:CancelButton")}
onClick={onClose}
onClick={closeConfirmationDisableModal}
size="small"
/>
</Box>

View File

@ -37,7 +37,7 @@ const ResetConfirmationModal = (props) => {
/>
<Button
label={t("Common:CancelButton")}
onClick={onClose}
onClick={closeResetModal}
size="small"
/>
</Box>