Commit a2597eb0 authored by Savas Vedova's avatar Savas Vedova

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

Fix component option order in threat_monitoring

See merge request gitlab-org/gitlab!51377
parents 48f1de47 fe70ab64
......@@ -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