Skip to content

Commit

Permalink
fix incorrect count number after cancelling (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavidson committed Jul 22, 2021
1 parent a65f9bb commit 94360c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pantheon-bundle/frontend/src/app/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ class Search extends Component<IAppState, ISearchState> {
this.setState({
isBulkPublish: false,
isBulkUnpublish: false,
documentsSelected: [],
})
}
this.setState({ bulkOperationCompleted }, () => {
Expand Down

0 comments on commit 94360c0

Please sign in to comment.