Update index.tsx
Fix success modal not closing.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
34eece7462
Коммит
183e3c6033
@@ -509,7 +509,7 @@ export default function SelfHostedExpansionModal() {
|
|||||||
<SuccessPage
|
<SuccessPage
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
setFormState({...formState, submitting: false, error: '', succeeded: false});
|
setFormState({...formState, submitting: false, error: '', succeeded: false});
|
||||||
closeModal(ModalIdentifiers.SELF_HOSTED_EXPANSION);
|
dispatch(closeModal(ModalIdentifiers.SELF_HOSTED_EXPANSION));
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user