diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index ac9dbe9..05dbfe0 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -235,7 +235,7 @@ const QuickQuoteEvent = props => { sId: commonUtils.createSid(), value: sParamDefault, sParam: sParam, - [`sParams${index}`]: sParamDefault, + [`sParam${index + 1}`]: sParamDefault, }; }) .filter(item => item !== "");