Commit 270ac374 authored by Daniel Tian's avatar Daniel Tian

Fix wrong message for group vulnerability report

parent 6165b28d
......@@ -2,7 +2,7 @@
query group($fullPath: ID!) {
group(fullPath: $fullPath) {
projects(includeSubgroups: true, hasVulnerabilities: true) {
projects(includeSubgroups: true) {
nodes {
...Project
}
......
---
title: Fix wrong message for group vulnerability report when no vulnerabilities in projects
merge_request: 55464
author:
type: fixed
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