Commit badb1edd authored by Dheeraj Joshi's avatar Dheeraj Joshi

Remove unused feature flag mixins from DAST Site Profile

parent 1dbd8e57
...@@ -4,7 +4,6 @@ import { ...@@ -4,7 +4,6 @@ import {
TARGET_TYPES, TARGET_TYPES,
} from 'ee/security_configuration/dast_site_profiles_form/constants'; } from 'ee/security_configuration/dast_site_profiles_form/constants';
import { s__ } from '~/locale'; import { s__ } from '~/locale';
import glFeatureFlagsMixin from '~/vue_shared/mixins/gl_feature_flags_mixin';
import ProfileSelectorSummaryCell from './summary_cell.vue'; import ProfileSelectorSummaryCell from './summary_cell.vue';
export default { export default {
...@@ -23,7 +22,6 @@ export default { ...@@ -23,7 +22,6 @@ export default {
components: { components: {
ProfileSelectorSummaryCell, ProfileSelectorSummaryCell,
}, },
mixins: [glFeatureFlagsMixin()],
props: { props: {
profile: { profile: {
type: Object, type: Object,
......
...@@ -16,7 +16,6 @@ import { initFormField } from 'ee/security_configuration/utils'; ...@@ -16,7 +16,6 @@ import { initFormField } from 'ee/security_configuration/utils';
import { serializeFormObject } from '~/lib/utils/forms'; import { serializeFormObject } from '~/lib/utils/forms';
import { __, s__, n__, sprintf } from '~/locale'; import { __, s__, n__, sprintf } from '~/locale';
import validation from '~/vue_shared/directives/validation'; import validation from '~/vue_shared/directives/validation';
import glFeatureFlagsMixin from '~/vue_shared/mixins/gl_feature_flags_mixin';
import tooltipIcon from '../../dast_scanner_profiles/components/tooltip_icon.vue'; import tooltipIcon from '../../dast_scanner_profiles/components/tooltip_icon.vue';
import { import {
MAX_CHAR_LIMIT_EXCLUDED_URLS, MAX_CHAR_LIMIT_EXCLUDED_URLS,
...@@ -48,7 +47,6 @@ export default { ...@@ -48,7 +47,6 @@ export default {
directives: { directives: {
validation: validation(), validation: validation(),
}, },
mixins: [glFeatureFlagsMixin()],
props: { props: {
fullPath: { fullPath: {
type: String, type: String,
......
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