Commit 5c07afe4 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '214376-remove-todo-for-batching' into 'master'

Remove todo for batching

See merge request gitlab-org/gitlab!31796
parents 0be13a0f 78f3ed14
......@@ -55,7 +55,6 @@ export default {
this.dismissSelectedVulnerabilities();
},
dismissSelectedVulnerabilities() {
// TODO: Batch vulnerability dismissal with https://gitlab.com/gitlab-org/gitlab/-/issues/214376
const promises = this.selectedVulnerabilities.map(vulnerability =>
this.$apollo.mutate({
mutation: dismissVulnerability,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment