Skip to content

Commit

Permalink
pass rejectAllComments to updateUserBan
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Aug 3, 2023
1 parent 86bb2ee commit 42f07fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/client/admin/components/BanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ const BanModal: FunctionComponent<Props> = ({
message: customizeMessage ? emailMessage : getDefaultMessage,
banSiteIDs,
unbanSiteIDs,
rejectExistingComments,
});
} catch (err) {
return { [FORM_ERROR]: err.message };
Expand Down

0 comments on commit 42f07fc

Please sign in to comment.