fix: correctly set initial option value in ChooseConnectionSubstep
This commit is contained in:
@@ -34,7 +34,7 @@ const optionGenerator = (connection) => ({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const getOption = (options, connectionId) =>
|
const getOption = (options, connectionId) =>
|
||||||
options.find((connection) => connection.value === connectionId) || undefined;
|
options.find((connection) => connection.value === connectionId) || '';
|
||||||
|
|
||||||
function ChooseConnectionSubstep(props) {
|
function ChooseConnectionSubstep(props) {
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user