diff --git a/frontend/src/component/feature/form/index.jsx b/frontend/src/component/feature/form/index.jsx index 63073396f1..1682ea1c79 100644 --- a/frontend/src/component/feature/form/index.jsx +++ b/frontend/src/component/feature/form/index.jsx @@ -2,7 +2,7 @@ import React, { Component, PropTypes } from 'react'; import { Textfield, Switch } from 'react-mdl'; import StrategiesSection from './strategies-section-container'; -import { FormButtons } from '../../common'; +import { FormButtons, HeaderTitle } from '../../common'; const trim = (value) => { if (value && value.trim) { @@ -32,6 +32,7 @@ class AddFeatureToggleComponent extends Component { onSubmit, onCancel, editmode = false, + title, } = this.props; const { @@ -44,8 +45,10 @@ class AddFeatureToggleComponent extends Component { return (