Commit 352511bb authored by Filipa Lacerda's avatar Filipa Lacerda

Removes not needed props in FF

Some props were added by mistake 
parent 2b48494c
...@@ -20,15 +20,6 @@ export default () => ...@@ -20,15 +20,6 @@ export default () =>
errorStateSvgPath: this.dataset.errorStateSvgPath, errorStateSvgPath: this.dataset.errorStateSvgPath,
featureFlagsHelpPagePath: this.dataset.featureFlagsHelpPagePath, featureFlagsHelpPagePath: this.dataset.featureFlagsHelpPagePath,
csrfToken: csrf.token, 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