diff --git a/packages/web/src/components/ChooseConnectionSubstep/index.jsx b/packages/web/src/components/ChooseConnectionSubstep/index.jsx index 3c8a2bd6..12050d28 100644 --- a/packages/web/src/components/ChooseConnectionSubstep/index.jsx +++ b/packages/web/src/components/ChooseConnectionSubstep/index.jsx @@ -34,7 +34,7 @@ const optionGenerator = (connection) => ({ }); const getOption = (options, connectionId) => - options.find((connection) => connection.value === connectionId) || undefined; + options.find((connection) => connection.value === connectionId) || ''; function ChooseConnectionSubstep(props) { const {