Fix success modal not closing.
Этот коммит содержится в:
Conor Macpherson
2023-04-14 15:00:18 -04:00
коммит произвёл GitHub
родитель 34eece7462
Коммит 183e3c6033

Просмотреть файл

@@ -509,7 +509,7 @@ export default function SelfHostedExpansionModal() {
<SuccessPage
onClose={() => {
setFormState({...formState, submitting: false, error: '', succeeded: false});
closeModal(ModalIdentifiers.SELF_HOSTED_EXPANSION);
dispatch(closeModal(ModalIdentifiers.SELF_HOSTED_EXPANSION));
}}
/>
)}