Commit 5354fba4 authored by Mark Florian's avatar Mark Florian

Fix component option order in billings

This fixes `vue/order-in-components` violations in the
`{,ee/}app/assets/javascripts/billings` directories.

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
parent a1239653
...@@ -11,6 +11,7 @@ export default { ...@@ -11,6 +11,7 @@ export default {
GlIcon, GlIcon,
Popover, Popover,
}, },
inject: ['billableSeatsHref', 'isGroup'],
props: { props: {
header: { header: {
type: Object, type: Object,
...@@ -26,7 +27,6 @@ export default { ...@@ -26,7 +27,6 @@ export default {
default: false, default: false,
}, },
}, },
inject: ['billableSeatsHref', 'isGroup'],
computed: { computed: {
...mapState(['hasBillableGroupMembers']), ...mapState(['hasBillableGroupMembers']),
...mapGetters(['isFreePlan']), ...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