Alex Johansson 2021-10-20 17:54:52 +02:00 committed by GitHub
parent d63a180bb2
commit b8e8319b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default function DisconnectIntegration(props: {
},
{
async onSettled() {
props.onOpenChange(modalOpen);
await props.onOpenChange(modalOpen);
},
onSuccess() {
setModalOpen(false);