Commit be9b37f5 authored by David O'Regan's avatar David O'Regan

Fix related issues inject pattern

parent d802e948
......@@ -65,22 +65,22 @@ export default {
},
inject: {
vulnerabilityId: {
type: Number,
default: 0,
},
projectFingerprint: {
type: String,
default: '',
},
createIssueUrl: {
type: String,
default: '',
},
reportType: {
type: String,
default: '',
},
issueTrackingHelpPath: {
type: String,
default: '',
},
permissionsHelpPath: {
type: String,
default: '',
},
},
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