diff --git a/frontend/web/components/FeatureRow.js b/frontend/web/components/FeatureRow.js index ba2c4e80ea28..fa32a29bc922 100644 --- a/frontend/web/components/FeatureRow.js +++ b/frontend/web/components/FeatureRow.js @@ -68,7 +68,7 @@ class TheComponent extends Component { Utils.copyFeatureName(projectFlag.name) } confirmRemove = (projectFlag, cb) => { - openModal( + openModal2( 'Remove Feature', = ({
-