We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2274d commit 44bd593Copy full SHA for 44bd593
src/sentry/static/sentry/app/views/stream/actions.jsx
@@ -95,7 +95,8 @@ const StreamActions = React.createClass({
95
this.api.bulkDelete({
96
orgId: this.props.orgId,
97
projectId: this.props.projectId,
98
- itemIds: itemIds
+ itemIds: itemIds,
99
+ query: this.props.query
100
}, {
101
complete: () => {
102
IndicatorStore.remove(loadingIndicator);
@@ -112,6 +113,7 @@ const StreamActions = React.createClass({
112
113
114
115
itemIds: itemIds,
116
117
118
119
0 commit comments