Commit 1b4c644d authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '258652-inject-related-issues' into 'master'

Fix related issues inject pattern

See merge request gitlab-org/gitlab!45774
parents c468016c be9b37f5
...@@ -65,22 +65,22 @@ export default { ...@@ -65,22 +65,22 @@ export default {
}, },
inject: { inject: {
vulnerabilityId: { vulnerabilityId: {
type: Number, default: 0,
}, },
projectFingerprint: { projectFingerprint: {
type: String, default: '',
}, },
createIssueUrl: { createIssueUrl: {
type: String, default: '',
}, },
reportType: { reportType: {
type: String, default: '',
}, },
issueTrackingHelpPath: { issueTrackingHelpPath: {
type: String, default: '',
}, },
permissionsHelpPath: { permissionsHelpPath: {
type: String, default: '',
}, },
}, },
created() { created() {
......
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