diff --git a/frontend/web/components/modals/CreateFlag.js b/frontend/web/components/modals/CreateFlag.js index a62f54d0fef0..3422dfb34638 100644 --- a/frontend/web/components/modals/CreateFlag.js +++ b/frontend/web/components/modals/CreateFlag.js @@ -111,9 +111,9 @@ const CreateFlag = class extends Component { return { ...v, default_percentage_allocation: - v.default_percentage_allocation || (matchingVariation && matchingVariation.percentage_allocation) || + v.default_percentage_allocation || 0, } }),