Commit fe70ab64 authored by Mark Florian's avatar Mark Florian

Fix component option order in threat_monitoring

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

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
parent a1239653
......@@ -34,8 +34,8 @@ export default {
ThreatMonitoringSection,
NetworkPolicyList,
},
inject: ['documentationPath'],
mixins: [glFeatureFlagsMixin()],
inject: ['documentationPath'],
props: {
defaultEnvironmentId: {
type: Number,
......
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