diff --git a/public/js/components/feature/FeatureForm.jsx b/public/js/components/feature/FeatureForm.jsx index 70915fd20d..17998506d4 100644 --- a/public/js/components/feature/FeatureForm.jsx +++ b/public/js/components/feature/FeatureForm.jsx @@ -59,6 +59,8 @@ var FeatureForm = React.createClass({ enabled: false }; + var idPrefix = this.props.feature ? this.props.feature.name : 'new'; + return (