Commit 152b4c65 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '258652-alerts-inject' into 'master'

Remove bogus inject properties

See merge request gitlab-org/gitlab!43833
parents b3ce6326 78146c10
...@@ -81,15 +81,12 @@ export default { ...@@ -81,15 +81,12 @@ export default {
default: '', default: '',
}, },
alertId: { alertId: {
type: String,
default: '', default: '',
}, },
projectId: { projectId: {
type: String,
default: '', default: '',
}, },
projectIssuesPath: { projectIssuesPath: {
type: String,
default: '', default: '',
}, },
}, },
......
...@@ -18,7 +18,6 @@ export default { ...@@ -18,7 +18,6 @@ export default {
default: '', default: '',
}, },
projectId: { projectId: {
type: String,
default: '', default: '',
}, },
}, },
......
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