From 8b378b9feae67a119e59db8fbf807bf155e1c912 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 25 Oct 2016 23:30:11 +0200 Subject: [PATCH] update label --- .../src/component/feature/configure-strategy.jsx | 2 +- .../src/component/feature/strategies-add.jsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/unleash-frontend-next/src/component/feature/configure-strategy.jsx b/packages/unleash-frontend-next/src/component/feature/configure-strategy.jsx index 0fa2f3b8a2..5defe79f14 100644 --- a/packages/unleash-frontend-next/src/component/feature/configure-strategy.jsx +++ b/packages/unleash-frontend-next/src/component/feature/configure-strategy.jsx @@ -63,7 +63,7 @@ class ConfigureStrategies extends React.Component { ); } - const inputFields = this.renderInputFields(this.props.strategyDefinition); + const inputFields = this.renderInputFields(this.props.strategyDefinition) || []; return ( ); }