Commit e11b4501 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'fix-vue-order-in-components-billings' into 'master'

Fix component option order in billings

See merge request gitlab-org/gitlab!51358
parents eae71702 5354fba4
......@@ -11,6 +11,7 @@ export default {
GlIcon,
Popover,
},
inject: ['billableSeatsHref', 'isGroup'],
props: {
header: {
type: Object,
......@@ -26,7 +27,6 @@ export default {
default: false,
},
},
inject: ['billableSeatsHref', 'isGroup'],
computed: {
...mapState(['hasBillableGroupMembers']),
...mapGetters(['isFreePlan']),
......
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