Skip to content

Commit

Permalink
fix: close delete participants modal after delete
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed May 7, 2024
1 parent c622273 commit 7daf0fd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export const ParticipantsTableClient = ({
}

await deleteParticipants(participantsToDelete.map((p) => p.identifier));

resetDelete();
};

// Resets the state when the dialog is closed.
Expand Down

0 comments on commit 7daf0fd

Please sign in to comment.