Commit 87b84620 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '258652-inject-last-set' into 'master'

Fix broken inject pattern for pipelines/projects

See merge request gitlab-org/gitlab!45858
parents 540de669 061d8f84
......@@ -28,7 +28,6 @@ export default {
},
inject: {
groupFullPath: {
type: String,
default: '',
},
},
......
......@@ -4,8 +4,8 @@ import { GlBadge, GlIcon } from '@gitlab/ui';
export default {
components: { GlBadge, GlIcon },
inject: {
pipelineSecurityBuildsFailedCount: { type: Number, required: false, default: 0 },
pipelineSecurityBuildsFailedPath: { type: String, required: false, default: '' },
pipelineSecurityBuildsFailedCount: { default: 0 },
pipelineSecurityBuildsFailedPath: { default: '' },
},
};
</script>
......
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