Skip to content
代码片段 群组 项目
提交 ea738740 编辑于 作者: Thiago Figueiró's avatar Thiago Figueiró 提交者: Savas Vedova
浏览文件

Remove unused field hasSolutions

上级 f3609f7f
No related branches found
No related tags found
无相关合并请求
......@@ -51,7 +51,6 @@ query projectVulnerabilities(
}
}
}
hasSolutions
mergeRequest {
id
webUrl
......
......@@ -68,7 +68,6 @@ export const projectClusters = {
};
export const clusterImageScanningVulnerability = {
hasSolutions: null,
mergeRequest: null,
__typename: 'Vulnerability',
id: 'gid://gitlab/Vulnerability/22087293',
......@@ -110,7 +109,6 @@ export const generateVulnerabilities = () => [
{
id: 'id_0',
detectedAt: '2020-07-29T15:36:54Z',
hasSolutions: true,
mergeRequest: {
id: 'mr-1',
webUrl: 'www.testmr.com/1',
......@@ -177,7 +175,6 @@ export const generateVulnerabilities = () => [
id: 'id_1',
detectedAt: '2020-07-22T19:31:24Z',
resolvedOnDefaultBranch: false,
hasSolutions: false,
issueLinks: [],
identifiers: [
{
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册