diff --git a/frontend/web/components/modals/create-feature/index.js b/frontend/web/components/modals/create-feature/index.js index fba58e6542e8..ea838aef32c5 100644 --- a/frontend/web/components/modals/create-feature/index.js +++ b/frontend/web/components/modals/create-feature/index.js @@ -775,22 +775,7 @@ const Index = class extends Component { this.props.changeRequest.id, ignore_conflicts, live_from, - multivariate_options: this.props - .multivariate_options - ? this.props.multivariate_options.map((v) => { - const matching = - projectFlag.multivariate_options.find( - (m) => - m.id === - v.multivariate_feature_option, - ) - return { - ...v, - percentage_allocation: - matching.default_percentage_allocation, - } - }) - : projectFlag.multivariate_options, + multivariate_options: flag.multivariate_options, title, }, !is4Eyes,