Commit 3f8e5356 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'patch-15' into 'master'

Removes not needed props in FF

See merge request gitlab-org/gitlab-ee!9181
parents fa00e7da 352511bb
......@@ -20,15 +20,6 @@ export default () =>
errorStateSvgPath: this.dataset.errorStateSvgPath,
featureFlagsHelpPagePath: this.dataset.featureFlagsHelpPagePath,
csrfToken: csrf.token,
canUserConfigure: this.dataset.canUserAdminFeatureFlag,
newFeatureFlagPath: this.dataset.newFeatureFlagPath,
configureModalData: {
clientLibrariesHelpPath: this.dataset.clientLibrariesHelpPath,
featureFlagsHelpPagePath: this.dataset.featureFlagsHelpPagePath,
apiUrl: this.dataset.apiUrl,
instanceId: this.dataset.instanceId,
applicationName: this.dataset.applicationName,
},
},
});
},
......
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